Query Metrics
30
Database Queries
18
Different statements
13.45 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.url_pole_id AS url_pole_id_4 FROM pole t0
Parameters:
[] |
| 2 | 0.42 ms |
SELECT t0.id AS id_1, t0.titre_domaine AS titre_domaine_2 FROM domaines t0
Parameters:
[] |
| 3 | 0.34 ms |
SELECT t0.id AS id_1, t0.titre_diplomes AS titre_diplomes_2, t0.titre_court_diplome AS titre_court_diplome_3 FROM diplomes t0
Parameters:
[] |
| 4 | 0.18 ms |
SELECT t0.id AS id_1, t0.titre_contrat AS titre_contrat_2 FROM contrats t0
Parameters:
[] |
| 5 | 1.21 ms |
SELECT f0_.created_at AS created_at_0, f0_.updated_at AS updated_at_1, f0_.id AS id_2, f0_.titre_formation AS titre_formation_3, f0_.pre_requis AS pre_requis_4, f0_.duree AS duree_5, f0_.moyens AS moyens_6, f0_.modalites AS modalites_7, f0_.apres AS apres_8, f0_.contenu AS contenu_9, f0_.twitter AS twitter_10, f0_.instagram AS instagram_11, f0_.formation_lien AS formation_lien_12, f0_.horaires_amenages AS horaires_amenages_13, f0_.tarifs AS tarifs_14, f0_.indic_resultat AS indic_resultat_15, f0_.facebook AS facebook_16, f0_.linkedin AS linkedin_17, f0_.lien_video AS lien_video_18, f0_.slug AS slug_19, f0_.visible AS visible_20, f0_.pole_id_id AS pole_id_id_21, f0_.domaine_id_id AS domaine_id_id_22, f0_.diplome_id_id AS diplome_id_id_23, f0_.contrat_id_id AS contrat_id_id_24, f0_.duree_id_id AS duree_id_id_25, f0_.diaporama_formation_id AS diaporama_formation_id_26, f0_.seo_parent_id AS seo_parent_id_27, f0_.banniere_id AS banniere_id_28 FROM formation f0_ INNER JOIN domaines d1_ ON f0_.domaine_id_id = d1_.id INNER JOIN diplomes d2_ ON f0_.diplome_id_id = d2_.id INNER JOIN contrats c3_ ON f0_.contrat_id_id = c3_.id INNER JOIN pole p4_ ON f0_.pole_id_id = p4_.id WHERE f0_.visible = 1 AND p4_.name = ? ORDER BY f0_.titre_formation ASC
Parameters:
[
"Pôle Enseignement Supérieur"
]
|
| 6 | 0.60 ms |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.id AS id_3, t0.titre AS titre_4, t0.description AS description_5, t0.slug AS slug_6, t0.visible AS visible_7, t0.published_at AS published_at_8, t0.pole_id AS pole_id_9, t0.categorie_id AS categorie_id_10, t0.banniere_id AS banniere_id_11, t0.seo_parent_id AS seo_parent_id_12 FROM actualite t0
Parameters:
[] |
| 7 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0 WHERE t0.name IN (?, ?)
Parameters:
[ "information" "informationIsCritique" ] |
| 8 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.url_pole_id AS url_pole_id_4 FROM pole t0
Parameters:
[] |
| 9 | 0.33 ms |
SELECT DATABASE()
Parameters:
[] |
| 10 | 0.90 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"isaacetoil_dev"
]
|
| 11 | 0.22 ms |
SELECT DATABASE()
Parameters:
[] |
| 12 | 0.70 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"isaacetoil_dev"
]
|
| 13 | 0.21 ms |
SELECT DATABASE()
Parameters:
[] |
| 14 | 0.71 ms |
SELECT t.TABLE_NAME, 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 t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "isaacetoil_dev" "doctrine_migration_versions" ] |
| 15 | 0.20 ms |
SELECT DATABASE()
Parameters:
[] |
| 16 | 0.95 ms |
SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!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_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'isaacetoil_dev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "isaacetoil_dev" "doctrine_migration_versions" ] |
| 17 | 1.32 ms |
SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "isaacetoil_dev" "isaacetoil_dev" "doctrine_migration_versions" ] |
| 18 | 0.21 ms |
SELECT DATABASE()
Parameters:
[] |
| 19 | 0.35 ms |
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_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "isaacetoil_dev" "doctrine_migration_versions" ] |
| 20 | 0.26 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 21 | 0.22 ms |
SELECT DATABASE()
Parameters:
[] |
| 22 | 0.35 ms |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.id AS id_3, t0.titre AS titre_4, t0.introduction AS introduction_5, t0.slug AS slug_6, t0.is_special AS is_special_7, t0.visible AS visible_8, t0.pole_id_id AS pole_id_id_9, t0.id_page_parent_id AS id_page_parent_id_10, t0.banniere_id AS banniere_id_11, t0.seo_parent_id AS seo_parent_id_12 FROM page t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 23 | 0.30 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.alt AS alt_3, t0.longdesc AS longdesc_4, t0.filepath AS filepath_5, t0.created_at AS created_at_6, t0.type AS type_7 FROM media t0 WHERE t0.id = ?
Parameters:
[
40
]
|
| 24 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.url_pole_id AS url_pole_id_4 FROM pole t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Pôle Enseignement Supérieur"
]
|
| 25 | 0.35 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.alt AS alt_3, t0.longdesc AS longdesc_4, t0.filepath AS filepath_5, t0.created_at AS created_at_6, t0.type AS type_7 FROM media t0 WHERE t0.id = ?
Parameters:
[
88
]
|
| 26 | 0.30 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.alt AS alt_3, t0.longdesc AS longdesc_4, t0.filepath AS filepath_5, t0.created_at AS created_at_6, t0.type AS type_7 FROM media t0 WHERE t0.id = ?
Parameters:
[
45
]
|
| 27 | 0.35 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.alt AS alt_3, t0.longdesc AS longdesc_4, t0.filepath AS filepath_5, t0.created_at AS created_at_6, t0.type AS type_7 FROM media t0 WHERE t0.id = ?
Parameters:
[
96
]
|
| 28 | 0.29 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.alt AS alt_3, t0.longdesc AS longdesc_4, t0.filepath AS filepath_5, t0.created_at AS created_at_6, t0.type AS type_7 FROM media t0 WHERE t0.id = ?
Parameters:
[
11
]
|
| 29 | 0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.alt AS alt_3, t0.longdesc AS longdesc_4, t0.filepath AS filepath_5, t0.created_at AS created_at_6, t0.type AS type_7 FROM media t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 30 | 0.31 ms |
SELECT o0_.name AS name_0, o0_.value AS value_1 FROM options o0_
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\Pole | No errors. |
| App\Entity\EntityBase | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Formation | No errors. |
| App\Entity\Actualite | No errors. |
| App\Entity\Agenda | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Domaines | No errors. |
| App\Entity\OffreEmploi | No errors. |
| App\Entity\Diplomes | No errors. |
| App\Entity\Contrats | No errors. |
| App\Entity\Duree | No errors. |
| App\Entity\DiaporamaFormation | No errors. |
| App\Entity\Seo\SeoParent | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\PositionBlocsFormation | No errors. |
| App\Entity\CategorieActu | No errors. |
| App\Entity\PositionBlocsActualite | No errors. |
| App\Entity\Options | No errors. |
| App\Entity\BlocTextImage | No errors. |
| App\Entity\BlocAccordeon | No errors. |
| App\Entity\BlocDiaporama | No errors. |
| App\Entity\BlocColonne | No errors. |
| App\Entity\Position | No errors. |
| App\Entity\Theme | No errors. |
| App\Entity\Region | No errors. |
| App\Entity\TypeEmploi | No errors. |
| App\Entity\DiaporamaFormationItem | No errors. |
| App\Entity\Seo\Seo | No errors. |
| App\Entity\BlocVideo | No errors. |
| App\Entity\BlocAccordeonItem | No errors. |
| App\Entity\BlocDiaporamaItem | No errors. |
| App\Entity\BlocColonneItem | No errors. |