Query Metrics

7 Database Queries
7 Different statements
2.82 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.48 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.titre AS titre_3, t0.introduction AS introduction_4, t0.image AS image_5 FROM actualites t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "15"
]
2 0.67 ms
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.color AS color_3, t0.image AS image_4, t0.pages_id AS pages_id_5, t0.stages_id AS stages_id_6, t0.actualites_id AS actualites_id_7 FROM sections t0 WHERE t0.actualites_id = ?
Parameters:
[
  15
]
3 0.56 ms
SELECT t0.id AS id_1, t0.text AS text_2 FROM dictionnaire t0
Parameters:
[]
4 0.33 ms
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.id <> ? ORDER BY a0_.date DESC LIMIT 4
Parameters:
[
  "15"
]
5 0.25 ms
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.date < ? ORDER BY a0_.date DESC LIMIT 1
Parameters:
[
  "2025-07-14 00:00:00"
]
6 0.27 ms
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.date > ? ORDER BY a0_.date ASC LIMIT 1
Parameters:
[
  "2025-07-14 00:00:00"
]
7 0.27 ms
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.color AS color_3, t0.image AS image_4, t0.pages_id AS pages_id_5, t0.stages_id AS stages_id_6, t0.actualites_id AS actualites_id_7 FROM sections t0 WHERE t0.actualites_id = ? ORDER BY t0.ordre ASC
Parameters:
[
  15
]

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\Actualites No errors.
App\Entity\Sections No errors.
App\Entity\Pages No errors.
App\Entity\Stage No errors.
App\Entity\Dictionnaire No errors.