Query Metrics
47
Database Queries
5
Different statements
6.36 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.73 ms (42.88%) |
33 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.locale AS locale_3, t0.url AS url_4, t0.content AS content_5, t0.is_home AS is_home_6, t0.is_cms AS is_cms_7, t0.meta_title AS meta_title_8, t0.meta_description AS meta_description_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM framework_page t0 WHERE t0.slug = ? AND t0.locale = ? LIMIT 1
Parameters:
[ "actualites" "fr" ] |
1.57 ms (24.68%) |
11 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.locale AS locale_3, t0.tags AS tags_4, t0.content AS content_5, t0.published AS published_6, t0.pinned AS pinned_7, t0.slider AS slider_8, t0.featured AS featured_9, t0.meta_title AS meta_title_10, t0.meta_description AS meta_description_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.dataform AS dataform_14 FROM framework_post t0 WHERE t0.slug = ? AND t0.locale = ? LIMIT 1
Parameters:
[ "nouvelle-revue-deesses-2024-2025" "fr" ] |
1.16 ms (18.18%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.locale AS locale_3, t0.url AS url_4, t0.content AS content_5, t0.is_home AS is_home_6, t0.is_cms AS is_cms_7, t0.meta_title AS meta_title_8, t0.meta_description AS meta_description_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM framework_page t0 WHERE t0.url = ? AND t0.locale = ? LIMIT 1
Parameters:
[ "news" "en" ] |
0.48 ms (7.54%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.locale AS locale_3, t0.tags AS tags_4, t0.content AS content_5, t0.published AS published_6, t0.pinned AS pinned_7, t0.slider AS slider_8, t0.featured AS featured_9, t0.meta_title AS meta_title_10, t0.meta_description AS meta_description_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.dataform AS dataform_14 FROM framework_post t0 WHERE t0.locale = ? AND t0.published = ? ORDER BY t0.created_at DESC
Parameters:
[ "en" 1 ] |
0.43 ms (6.71%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM framework_translation 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\Framework\AppBundle\Entity\Page | No errors. |
App\Framework\AppBundle\Entity\Post | No errors. |
App\Framework\AppBundle\Entity\Translation | No errors. |