Query Metrics
65
Database Queries
9
Different statements
158.21 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
115.71 ms (73.13%) |
57 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM product_translation t0 WHERE t0.object_id = ?
Parameters:
[
18
]
|
|
17.70 ms (11.18%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.min_image AS min_image_4, t0.mini_second_image AS mini_second_image_5, t0.product_description AS product_description_6, t0.type AS type_7, t0.weight AS weight_8, t0.gold AS gold_9, t0.stone AS stone_10, t0.price AS price_11, t0.ref_number AS ref_number_12, t0.category_id AS category_id_13, t0.collection_id AS collection_id_14 FROM product t0 WHERE t0.id = ?
Parameters:
[
"18"
]
|
|
6.52 ms (4.12%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
6.46 ms (4.08%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.min_image AS min_image_4, t0.mini_second_image AS mini_second_image_5, t0.product_description AS product_description_6, t0.type AS type_7, t0.weight AS weight_8, t0.gold AS gold_9, t0.stone AS stone_10, t0.price AS price_11, t0.ref_number AS ref_number_12, t0.category_id AS category_id_13, t0.collection_id AS collection_id_14 FROM product t0
Parameters:
[] |
|
3.58 ms (2.26%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.description AS description_4 FROM fixed_pages t0 WHERE t0.id = ?
Parameters:
[
4
]
|
|
2.64 ms (1.67%) |
1 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM category_translation t0 WHERE t0.object_id = ?
Parameters:
[
2
]
|
|
2.27 ms (1.44%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3 FROM collection t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
1.87 ms (1.18%) |
1 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM fixed_pages_translation t0 WHERE t0.object_id = ?
Parameters:
[
4
]
|
|
1.48 ms (0.94%) |
1 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM collection_translation t0 WHERE t0.object_id = ?
Parameters:
[
1
]
|
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\Product | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Collection | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Translation\ProductTranslation | No errors. |
| App\Entity\FixedPages | No errors. |
| App\Entity\Translation\FixedPagesTranslation | No errors. |
| App\Entity\Translation\CategoryTranslation | No errors. |
| App\Entity\Translation\CollectionTranslation | No errors. |