Query Metrics
121
Database Queries
5
Different statements
36.48 ms
Query time
0
Invalid entities
333
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
18.75 ms (51.41%) |
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 (35.07%) |
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 (9.48%) |
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.10 ms (3.02%) |
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.38 ms (1.03%) |
1 |
SELECT t0.id AS id_1, t0.nbevent AS nbevent_2 FROM params t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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. |