Query Metrics
3
Database Queries
3
Different statements
2.15 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.92 ms (42.66%) |
1 |
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.slug = ? LIMIT 1
Parameters:
[
"samuel-smith-india-ale"
]
|
0.68 ms (31.53%) |
1 |
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
]
|
0.55 ms (25.81%) |
1 |
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:
[
107
]
|
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\Producto | No errors. |
App\Entity\MenuCat | No errors. |
App\Entity\ProductType | No errors. |
App\Entity\Tag | No errors. |