Query Metrics
11
Database Queries
6
Different statements
3.74 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.59 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.slug AS slug_3, t0.is_featured AS is_featured_4, t0.is_activo AS is_activo_5, t0.is_beer AS is_beer_6 FROM tag t0 WHERE t0.is_featured = ?
Parameters:
[
1
]
|
2 | 0.52 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.is_activo AS is_activo_3, t0.price_retail AS price_retail_4, t0.avg_cost AS avg_cost_5, t0.description AS description_6, t0.slug AS slug_7, t0.orden AS orden_8, t0.is_featured AS is_featured_9, t0.content2 AS content2_10, t0.image_name AS image_name_11, t0.image_size AS image_size_12, t0.updated_at AS updated_at_13, t0.nota AS nota_14, t0.menu_cat_id AS menu_cat_id_15, t0.producto_type_id AS producto_type_id_16 FROM producto t0 WHERE t0.is_activo = ? AND t0.is_featured = ?
Parameters:
[ 1 1 ] |
3 | 0.30 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.fecha AS fecha_4, t0.is_activo AS is_activo_5, t0.is_featured AS is_featured_6, t0.image_name AS image_name_7, t0.image_size AS image_size_8, t0.updated_at AS updated_at_9, t0.slug AS slug_10 FROM evento t0 WHERE t0.is_activo = ? AND t0.is_featured = ? LIMIT 1
Parameters:
[ 1 1 ] |
4 | 0.31 ms |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.fecha AS fecha_3, e0_.is_activo AS is_activo_4, e0_.is_featured AS is_featured_5, e0_.image_name AS image_name_6, e0_.image_size AS image_size_7, e0_.updated_at AS updated_at_8, e0_.slug AS slug_9 FROM evento e0_ WHERE e0_.fecha > ? AND e0_.is_activo = 1 ORDER BY e0_.fecha ASC LIMIT 3
Parameters:
[
"2025-09-10"
]
|
5 | 0.36 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.orden AS orden_3, t0.is_activo AS is_activo_4, t0.slug AS slug_5, t0.image_name AS image_name_6, t0.image_size AS image_size_7, t0.updated_at AS updated_at_8, t0.is_featured AS is_featured_9, t0.parent_id AS parent_id_10 FROM menu_cat t0 WHERE t0.is_activo = ? AND t0.parent_id IS NULL
Parameters:
[
1
]
|
6 | 0.32 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.slug AS slug_3, t0.is_featured AS is_featured_4, t0.is_activo AS is_activo_5, t0.is_beer AS is_beer_6 FROM tag t0 INNER JOIN producto_tag ON t0.id = producto_tag.tag_id WHERE producto_tag.producto_id = ?
Parameters:
[
1
]
|
7 | 0.27 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.slug AS slug_3, t0.is_featured AS is_featured_4, t0.is_activo AS is_activo_5, t0.is_beer AS is_beer_6 FROM tag t0 INNER JOIN producto_tag ON t0.id = producto_tag.tag_id WHERE producto_tag.producto_id = ?
Parameters:
[
2
]
|
8 | 0.28 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.slug AS slug_3, t0.is_featured AS is_featured_4, t0.is_activo AS is_activo_5, t0.is_beer AS is_beer_6 FROM tag t0 INNER JOIN producto_tag ON t0.id = producto_tag.tag_id WHERE producto_tag.producto_id = ?
Parameters:
[
4
]
|
9 | 0.28 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.slug AS slug_3, t0.is_featured AS is_featured_4, t0.is_activo AS is_activo_5, t0.is_beer AS is_beer_6 FROM tag t0 INNER JOIN producto_tag ON t0.id = producto_tag.tag_id WHERE producto_tag.producto_id = ?
Parameters:
[
5
]
|
10 | 0.23 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.slug AS slug_3, t0.is_featured AS is_featured_4, t0.is_activo AS is_activo_5, t0.is_beer AS is_beer_6 FROM tag t0 INNER JOIN producto_tag ON t0.id = producto_tag.tag_id WHERE producto_tag.producto_id = ?
Parameters:
[
9
]
|
11 | 0.29 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.slug AS slug_3, t0.is_featured AS is_featured_4, t0.is_activo AS is_activo_5, t0.is_beer AS is_beer_6 FROM tag t0 INNER JOIN producto_tag ON t0.id = producto_tag.tag_id WHERE producto_tag.producto_id = ?
Parameters:
[
17
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Tag | No errors. |
App\Entity\Producto | No errors. |
App\Entity\MenuCat | No errors. |
App\Entity\ProductType | No errors. |
App\Entity\Evento | No errors. |