Query Metrics
6
Database Queries
5
Different statements
2.89 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.40 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2 FROM categorie_actu t0
Parameters:
[] |
| 3 | 0.68 ms |
SELECT DISTINCT id_2 FROM (SELECT DISTINCT id_2, published_at_7 FROM (SELECT a0_.created_at AS created_at_0, a0_.updated_at AS updated_at_1, a0_.id AS id_2, a0_.titre AS titre_3, a0_.description AS description_4, a0_.slug AS slug_5, a0_.visible AS visible_6, a0_.published_at AS published_at_7 FROM actualite a0_ WHERE a0_.visible = 1 AND a0_.published_at < ?) dctrn_result_inner ORDER BY published_at_7 DESC) dctrn_result LIMIT 10 OFFSET 10
Parameters:
[
"2026-08-09 01:03:02"
]
|
| 4 | 0.63 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_2 FROM (SELECT a0_.created_at AS created_at_0, a0_.updated_at AS updated_at_1, a0_.id AS id_2, a0_.titre AS titre_3, a0_.description AS description_4, a0_.slug AS slug_5, a0_.visible AS visible_6, a0_.published_at AS published_at_7 FROM actualite a0_ WHERE a0_.visible = 1 AND a0_.published_at < ? ORDER BY a0_.published_at DESC) dctrn_result) dctrn_table
Parameters:
[
"2026-08-09 01:03:02"
]
|
| 5 | 0.58 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" ] |
| 6 | 0.20 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:
[] |
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\CategorieActu | No errors. |
| App\Entity\Options | No errors. |