Query Metrics
28
Database Queries
8
Different statements
15.30 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.26 ms (21.30%) |
8 |
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
]
|
|
3.00 ms (19.59%) |
3 |
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:
[
1
]
|
|
2.27 ms (14.81%) |
3 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.image AS image_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_image AS meta_image_7, t0.description AS description_8, t0.images AS images_9 FROM fixed_pages t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
2.21 ms (14.45%) |
7 |
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:
[
1
]
|
|
1.24 ms (8.12%) |
1 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.image AS image_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_image AS meta_image_7, t0.description AS description_8, t0.short_description AS short_description_9, t0.created_at AS created_at_10 FROM news t0 WHERE t0.type = ? ORDER BY t0.id DESC LIMIT 2
Parameters:
[
1
]
|
|
1.21 ms (7.94%) |
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.meta_image AS meta_image_5, t0.description AS description_6 FROM collection t0
Parameters:
[] |
|
1.07 ms (6.98%) |
2 |
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 news_translation t0 WHERE t0.object_id = ?
Parameters:
[
2
]
|
|
1.04 ms (6.81%) |
2 |
SELECT t0.meta_title AS meta_title_1, t0.meta_description AS meta_description_2, t0.meta_image AS meta_image_3, t0.id AS id_4, t0.title AS title_5 FROM category t0
Parameters:
[] |
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\FixedPages | No errors. |
| App\Entity\Translation\FixedPagesTranslation | No errors. |
| App\Entity\Collection | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Translation\CollectionTranslation | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Translation\CategoryTranslation | No errors. |
| App\Entity\News | No errors. |
| App\Entity\Translation\NewsTranslation | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Translation\ProductTranslation | No errors. |
| App\Entity\Translation\TagTranslation | No errors. |