Query Metrics
188
Database Queries
19
Different statements
200.42 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
105.81 ms (52.79%) |
160 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.type_lien AS type_lien_3, t0.lien AS lien_4, t0.position AS position_5, t0.type_fichier AS type_fichier_6, t0.gallery_type AS gallery_type_7, t0.niveau_id AS niveau_id_8, t0.rubric_id AS rubric_id_9, t0.parent_id AS parent_id_10 FROM menu_item t0 WHERE t0.parent_id = ?
Parameters:
[
1
]
|
|
19.62 ms (9.79%) |
7 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.type_lien AS type_lien_3, t0.lien AS lien_4, t0.position AS position_5, t0.type_fichier AS type_fichier_6, t0.gallery_type AS gallery_type_7, t0.niveau_id AS niveau_id_8, t0.rubric_id AS rubric_id_9, t0.parent_id AS parent_id_10 FROM menu_item t0 WHERE t0.rubric_id = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
|
12.79 ms (6.38%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.slug AS slug_4, t0.position AS position_5, t0.lien AS lien_6, t0.type_lien AS type_lien_7, t0.type_fichier AS type_fichier_8, t0.gallery_type AS gallery_type_9 FROM rubrics t0
Parameters:
[] |
|
12.05 ms (6.01%) |
1 |
SELECT b0_.id AS id_0, b0_.nom AS nom_1, b0_.slug AS slug_2, b0_.type AS type_3, b0_.created_at AS created_at_4, b0_.updated_at AS updated_at_5, b0_.text AS text_6, b0_.image AS image_7, b0_.position AS position_8, b0_.contact AS contact_9, b0_.image_position AS image_position_10, b0_.background AS background_11, b0_.background_grey AS background_grey_12, b0_.titre AS titre_13, b0_.is_type_image_pdf AS is_type_image_pdf_14, b0_.img_description AS img_description_15, b0_.img_long_description AS img_long_description_16, b0_.objet_contact_form AS objet_contact_form_17, b0_.email_destinataire_contact_form AS email_destinataire_contact_form_18, b0_.page_id AS page_id_19, b0_.lien_bouton_id AS lien_bouton_id_20, b0_.lien_image_id AS lien_image_id_21 FROM blocs b0_ WHERE b0_.page_id = ? ORDER BY b0_.position ASC
Parameters:
[
283
]
|
|
7.86 ms (3.92%) |
1 |
SELECT page.menu_footer_id, page.titre, menu_footer.position, pages.lien FROM page LEFT JOIN menu_footer ON page.menu_footer_id = menu_footer.id LEFT JOIN pages ON page.id = pages.page_id WHERE menu_footer.niveau = true ORDER BY menu_footer.position ASC
Parameters:
[] |
|
7.60 ms (3.79%) |
4 |
SELECT DATABASE()
Parameters:
[] |
|
7.33 ms (3.66%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prenom AS prenom_6, t0.nom_famille AS nom_famille_7, t0.email AS email_8, t0.telephone AS telephone_9, t0.lien_bouton AS lien_bouton_10, t0.is_actu AS is_actu_11, t0.caroussel AS caroussel_12, t0.description AS description_13, t0.type_lien_bouton AS type_lien_bouton_14, t0.gabarit AS gabarit_15, t0.vues AS vues_16, t0.texte_libre AS texte_libre_17, t0.img_description AS img_description_18, t0.img_long_description AS img_long_description_19, t0.is_actu_visible AS is_actu_visible_20, t0.special AS special_21, t0.user_id AS user_id_22, t0.seo_id AS seo_id_23, t24.id AS id_25, t24.titre AS titre_26, t24.clefs AS clefs_27, t24.description AS description_28, t0.menu_footer_id AS menu_footer_id_29, t30.id AS id_31, t30.vues AS vues_32, t30.created_at AS created_at_33, t30.updated_at AS updated_at_34, t30.page_id AS page_id_35 FROM page t0 LEFT JOIN seo t24 ON t0.seo_id = t24.id LEFT JOIN analytics t30 ON t30.page_id = t0.id WHERE t0.id = ?
Parameters:
[
"283"
]
|
|
7.31 ms (3.65%) |
1 |
SELECT t0.id AS id_1, t0.twitter AS twitter_2, t0.linkedin AS linkedin_3, t0.youtube AS youtube_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.adresse AS adresse_7, t0.complement AS complement_8, t0.code_postal AS code_postal_9, t0.ville AS ville_10, t0.telephone AS telephone_11 FROM footer t0 ORDER BY t0.updated_at DESC LIMIT 1
Parameters:
[] |
|
5.13 ms (2.56%) |
1 |
SELECT t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[] |
|
3.59 ms (1.79%) |
2 |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
|
2.91 ms (1.45%) |
1 |
"COMMIT"
Parameters:
[] |
|
2.87 ms (1.43%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
|
1.59 ms (0.80%) |
1 |
UPDATE analytics SET vues = ?, updated_at = ? WHERE id = ?
Parameters:
[ 42 "2026-04-05 12:31:57" 17 ] |
|
1.27 ms (0.64%) |
1 |
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'cdgfr_dev' /*!50116 AND c.CONSTRAINT_SCHEMA = 'cdgfr_dev' */ORDER BY k.ORDINAL_POSITION
Parameters:
[] |
|
1.12 ms (0.56%) |
1 |
SELECT t0.id AS id_1, t0.lien1 AS lien1_2, t0.type_lien1 AS type_lien1_3, t0.lien2 AS lien2_4, t0.lien3 AS lien3_5, t0.type_lien2 AS type_lien2_6, t0.type_lien3 AS type_lien3_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.titre AS titre_10, t0.titre2 AS titre2_11, t0.titre3 AS titre3_12 FROM buttons_footer t0 ORDER BY t0.updated_at DESC LIMIT 1
Parameters:
[] |
|
0.83 ms (0.42%) |
1 |
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'cdgfr_dev' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[] |
|
0.32 ms (0.16%) |
1 |
SELECT page.menu_footer_id, page.titre, menu_footer.position, pages.lien FROM page LEFT JOIN menu_footer ON page.menu_footer_id = menu_footer.id LEFT JOIN pages ON page.id = pages.page_id WHERE menu_footer.niveau = false ORDER BY menu_footer.position ASC
Parameters:
[] |
|
0.29 ms (0.15%) |
1 |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'cdgfr_dev' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[] |
|
0.11 ms (0.06%) |
1 |
"START TRANSACTION"
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\Page | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Seo | No errors. |
| App\Entity\MenuFooter | No errors. |
| App\Entity\Analytics | No errors. |
| App\Entity\Blocs | No errors. |
| App\Entity\Pages | No errors. |
| App\Entity\NewsCategories | No errors. |
| App\Entity\AccordeonElements | No errors. |
| App\Entity\BlocksLinks | No errors. |
| App\Entity\Rubrics | No errors. |
| App\Entity\MenuItem | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\FondDocumentaire | No errors. |
| App\Entity\Footer | No errors. |
| App\Entity\FooterLinks | No errors. |
| App\Entity\ButtonsFooter | No errors. |