GET https://gorgouille.fr/blog/identification

Query Metrics

6 Database Queries
3 Different statements
2.38 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.39 ms
(58.65%)
4
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.texte AS texte_4, t0.ordre AS ordre_5, t0.actif AS actif_6, t0.parent_id AS parent_id_7 FROM blog_rubrique t0 WHERE t0.parent_id = ?
Parameters:
[
  3
]
0.59 ms
(24.82%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.sous_titre AS sous_titre_3, t0.logo AS logo_4 FROM blog_header t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.39 ms
(16.53%)
1
SELECT b0_.id AS id_0, b0_.titre AS titre_1, b0_.image AS image_2, b0_.texte AS texte_3, b0_.ordre AS ordre_4, b0_.actif AS actif_5, b0_.parent_id AS parent_id_6 FROM blog_rubrique b0_ LEFT JOIN blog_rubrique b1_ ON b0_.id = b1_.parent_id WHERE b0_.parent_id IS NULL AND b0_.actif = ? ORDER BY b0_.ordre ASC, b1_.ordre ASC
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.

Entities Mapping

Class Mapping errors
App\Entity\BlogHeader No errors.
App\Entity\BlogRubrique No errors.
App\Entity\BlogPublication No errors.