Query Metrics
8
Database Queries
7
Different statements
11.17 ms
Query time
0
Invalid entities
16
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.slug AS slug_4, t0.seo AS seo_5, t0.stick AS stick_6, t0.created AS created_7, t0.updated AS updated_8, t0.image_id AS image_id_9 FROM post t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"ofertas-de-esqui-alpes-franceses-puente-diciembre-2023"
]
|
| 2 | 1.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 INNER JOIN post_tags ON t0.id = post_tags.tag_id WHERE post_tags.post_id = ?
Parameters:
[
1966
]
|
| 3 | 1.49 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ INNER JOIN product_tags p2_ ON p0_.id = p2_.product_id INNER JOIN category c1_ ON c1_.id = p2_.tag_id WHERE (c1_.id IN (?)) AND p0_.product_type IN ('product', 'ski', 'activity', 'pack')
Parameters:
[
2590
]
|
| 4 | 0.70 ms |
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ INNER JOIN product_tags p2_ ON p0_.id = p2_.product_id INNER JOIN category c1_ ON c1_.id = p2_.tag_id WHERE (c1_.id IN (?)) AND p0_.product_type IN ('product', 'ski', 'activity', 'pack') LIMIT 10
Parameters:
[
2590
]
|
| 5 | 0.99 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.config_key AS config_key_3, t0.settings AS settings_4 FROM configuration t0 WHERE t0.config_key = ? LIMIT 1
Parameters:
[
"homepage"
]
|
| 6 | 0.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.path AS path_4, t0.file_type AS file_type_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
8176
]
|
| 7 | 1.89 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.path AS path_4, t0.file_type AS file_type_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
42173
]
|
| 8 | 1.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.slug AS slug_4, t0.seo AS seo_5, t0.stick AS stick_6, t0.created AS created_7, t0.updated AS updated_8, t0.image_id AS image_id_9 FROM post t0 ORDER BY t0.created DESC LIMIT 5
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Uniski\ResourceBundle\Entity\Image | 7 |
| Uniski\CMSBundle\Entity\Post | 6 |
| Uniski\ConfigBundle\Entity\Category | 2 |
| Uniski\ConfigBundle\Entity\Configuration | 1 |