Query Metrics
71
Database Queries
12
Different statements
14.62 ms
Query time
0
Invalid entities
222
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
6.65 ms (45.51%) |
52 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.titre AS titre_3, t0.cible AS cible_4, t0.ordre AS ordre_5, t0.parent AS parent_6 FROM menu_jeune t0 WHERE t0.parent = ? ORDER BY t0.ordre ASC
Parameters:
[
0
]
|
|
1.28 ms (8.75%) |
1 |
SELECT c.TABLE_NAME, c.COLUMN_NAME, IF( c.DATA_TYPE = 'longtext' AND EXISTS( SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'crij_infojeunes' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.DATA_TYPE ), c.COLUMN_TYPE, c.CHARACTER_MAXIMUM_LENGTH, c.CHARACTER_OCTET_LENGTH, c.NUMERIC_PRECISION, c.NUMERIC_SCALE, c.IS_NULLABLE, c.COLUMN_DEFAULT, c.EXTRA, c.COLUMN_COMMENT, c.CHARACTER_SET_NAME, c.COLLATION_NAME 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_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME, c.ORDINAL_POSITION
Parameters:
[ "crij_infojeunes" "crij_infojeunes" "doctrine_migration_versions" ] |
|
1.21 ms (8.26%) |
8 |
SELECT DATABASE()
Parameters:
[] |
|
1.18 ms (8.10%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"crij_infojeunes"
]
|
|
0.92 ms (6.31%) |
1 |
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.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "crij_infojeunes" "doctrine_migration_versions" ] |
|
0.91 ms (6.20%) |
1 |
SELECT t0.id AS id_1, t0.description AS description_2, t0.conditions AS conditions_3, t0.visuel AS visuel_4, t0.updated_visuel_at AS updated_visuel_at_5, t0.credit_photographique AS credit_photographique_6, t0.date AS date_7, t0.date_format_texte AS date_format_texte_8, t0.lieu AS lieu_9, t0.adresse AS adresse_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.mots_cles AS mots_cles_13, t0.inscription AS inscription_14, t0.horaires AS horaires_15, t0.titre AS titre_16, t0.contenu AS contenu_17, t0.jeune AS jeune_18, t0.professionnel AS professionnel_19, t0.slug AS slug_20, t0.publie AS publie_21, t0.created_by AS created_by_22, t0.updated_by AS updated_by_23, t0.created_date AS created_date_24, t0.update_date AS update_date_25, t0.compteur_affichage AS compteur_affichage_26, t0.compteur_visite AS compteur_visite_27, t0.commune_id AS commune_id_28 FROM evenement t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"cooleurs-du-monde-fete-ses-volontaires-rendez-vous-le-3-juillet-a-lormont"
]
|
|
0.76 ms (5.21%) |
1 |
SELECT tc.TABLE_NAME, tc.CONSTRAINT_NAME, kcu.COLUMN_NAME FROM information_schema.TABLE_CONSTRAINTS tc INNER JOIN information_schema.KEY_COLUMN_USAGE kcu ON kcu.TABLE_NAME = tc.TABLE_NAME AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME WHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ? AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY' ORDER BY TABLE_NAME, kcu.ORDINAL_POSITION
Parameters:
[ "crij_infojeunes" "crij_infojeunes" "doctrine_migration_versions" ] |
|
0.63 ms (4.31%) |
1 |
SELECT k.TABLE_NAME, k.CONSTRAINT_NAME, k.REFERENCED_TABLE_NAME, c.UPDATE_RULE, c.DELETE_RULE, k.COLUMN_NAME, k.REFERENCED_COLUMN_NAME FROM information_schema.KEY_COLUMN_USAGE k 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 c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME, k.CONSTRAINT_NAME, k.ORDINAL_POSITION
Parameters:
[ "crij_infojeunes" "crij_infojeunes" "doctrine_migration_versions" ] |
|
0.40 ms (2.76%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
|
0.27 ms (1.86%) |
1 |
SELECT e0_.id AS id_0, e0_.description AS description_1, e0_.conditions AS conditions_2, e0_.visuel AS visuel_3, e0_.updated_visuel_at AS updated_visuel_at_4, e0_.credit_photographique AS credit_photographique_5, e0_.date AS date_6, e0_.date_format_texte AS date_format_texte_7, e0_.lieu AS lieu_8, e0_.adresse AS adresse_9, e0_.longitude AS longitude_10, e0_.latitude AS latitude_11, e0_.mots_cles AS mots_cles_12, e0_.inscription AS inscription_13, e0_.horaires AS horaires_14, e0_.titre AS titre_15, e0_.contenu AS contenu_16, e0_.jeune AS jeune_17, e0_.professionnel AS professionnel_18, e0_.slug AS slug_19, e0_.publie AS publie_20, e0_.created_by AS created_by_21, e0_.updated_by AS updated_by_22, e0_.created_date AS created_date_23, e0_.update_date AS update_date_24, e0_.compteur_affichage AS compteur_affichage_25, e0_.compteur_visite AS compteur_visite_26, e0_.commune_id AS commune_id_27 FROM evenement e0_ WHERE e0_.publie = ?
Parameters:
[
1
]
|
|
0.23 ms (1.56%) |
1 |
SELECT TABLE_NAME, INDEX_NAME, INDEX_TYPE, NON_UNIQUE, COLUMN_NAME, SUB_PART FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? AND INDEX_NAME != 'PRIMARY' ORDER BY TABLE_NAME, SEQ_IN_INDEX
Parameters:
[ "crij_infojeunes" "doctrine_migration_versions" ] |
|
0.17 ms (1.17%) |
1 |
SELECT @@character_set_database, @@collation_database
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 |
|---|---|
| App\Entity\MenuJeune | 205 |
| App\Entity\Evenement | 13 |
| App\Entity\Commune | 4 |