Query Metrics
134
Database Queries
12
Different statements
41.99 ms
Query time
0
Invalid entities
333
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
18.75 ms (44.66%) |
117 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3 FROM tags t0 INNER JOIN actualites_tags ON t0.id = actualites_tags.tags_id WHERE actualites_tags.actualites_id = ?
Parameters:
[
9
]
|
|
12.79 ms (30.47%) |
1 |
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.piece_jointe_name AS piece_jointe_name_3, t0.title AS title_4, t0.create_at AS create_at_5, t0.texte AS texte_6, t0.publie AS publie_7, t0.updated_at AS updated_at_8, t0.slug AS slug_9, t0.datepublication AS datepublication_10, t0.datepub AS datepub_11, t0.datepubend AS datepubend_12, t0.savoirplus AS savoirplus_13, t0.saviezvous AS saviezvous_14, t0.ordre AS ordre_15 FROM actualites t0
Parameters:
[] |
|
3.46 ms (8.24%) |
1 |
SELECT a0_.id AS id_0, a0_.image_name AS image_name_1, a0_.piece_jointe_name AS piece_jointe_name_2, a0_.title AS title_3, a0_.create_at AS create_at_4, a0_.texte AS texte_5, a0_.publie AS publie_6, a0_.updated_at AS updated_at_7, a0_.slug AS slug_8, a0_.datepublication AS datepublication_9, a0_.datepub AS datepub_10, a0_.datepubend AS datepubend_11, a0_.savoirplus AS savoirplus_12, a0_.saviezvous AS saviezvous_13, a0_.ordre AS ordre_14 FROM actualites a0_ WHERE a0_.publie = 1 AND ((a0_.datepubend IS NULL OR a0_.datepubend >= ?)) ORDER BY a0_.create_at DESC, a0_.ordre ASC LIMIT 9
Parameters:
[
"2026-05-21 14:17:57"
]
|
|
1.47 ms (3.50%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"villelaure"
]
|
|
1.10 ms (2.62%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.date AS date_3, t0.description AS description_4, t0.date_heure AS date_heure_5, t0.date_fin AS date_fin_6, t0.descourte AS descourte_7, t0.image_name AS image_name_8, t0.image_size AS image_size_9, t0.slug AS slug_10, t0.publie AS publie_11 FROM evenement t0
Parameters:
[] |
|
0.98 ms (2.33%) |
1 |
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:
[ "villelaure" "villelaure" "doctrine_migration_versions" ] |
|
0.93 ms (2.21%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
0.75 ms (1.79%) |
1 |
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 = 'villelaure' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "villelaure" "doctrine_migration_versions" ] |
|
0.70 ms (1.66%) |
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.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "villelaure" "doctrine_migration_versions" ] |
|
0.53 ms (1.26%) |
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_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "villelaure" "doctrine_migration_versions" ] |
|
0.38 ms (0.90%) |
1 |
SELECT t0.id AS id_1, t0.nbevent AS nbevent_2 FROM params t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.15 ms (0.36%) |
1 |
SELECT * FROM doctrine_migration_versions
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\Evenement | 214 |
| App\Entity\Actualites | 117 |
| App\Entity\Params | 1 |
| App\Entity\Tags | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Actualites | No errors. |
| App\Entity\Params | No errors. |
| App\Entity\Tags | No errors. |
| App\Entity\Evenement | No errors. |
| App\Entity\Gallerie | No errors. |
| App\Entity\Categories | No errors. |
| App\Entity\ResetPasswordRequest | No errors. |
| App\Entity\Pages | No errors. |
| App\Entity\Portailfamille | No errors. |
| App\Entity\Asscom | No errors. |
| App\Entity\Liens | No errors. |
| App\Entity\Carte | No errors. |
| App\Entity\Application | No errors. |
| App\Entity\Categoriecarte | No errors. |
| App\Entity\DemarchesAdministratives | No errors. |
| App\Entity\MenuIcone | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Fichier | No errors. |
| App\Entity\MenuCategories | No errors. |
| App\Entity\Contact | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |