GET https://gorgouille.fr/blog/rub/CONCOURS_38

Query Metrics

13 Database Queries
10 Different statements
2.28 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.63 ms
(27.51%)
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.36 ms
(15.81%)
1
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.id = ?
Parameters:
[
  "38"
]
0.25 ms
(11.04%)
1
SELECT b0_.id AS id_0, b0_.sur_titre AS sur_titre_1, b0_.titre AS titre_2, b0_.sous_titre AS sous_titre_3, b0_.chapeau AS chapeau_4, b0_.texte AS texte_5, b0_.date_crea AS date_crea_6, b0_.date_modif AS date_modif_7, b0_.date_publication AS date_publication_8, b0_.en_ligne AS en_ligne_9, b0_.auteur_id AS auteur_id_10 FROM blog_publication b0_ INNER JOIN blog_publication_blog_rubrique b2_ ON b0_.id = b2_.blog_publication_id INNER JOIN blog_rubrique b1_ ON b1_.id = b2_.blog_rubrique_id WHERE b1_.id = ? ORDER BY b0_.date_publication DESC LIMIT 3
Parameters:
[
  "38"
]
0.21 ms
(9.24%)
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
]
0.16 ms
(7.01%)
1
SELECT b0_.id AS id_0, b0_.url AS url_1, b0_.titre AS titre_2, b0_.legende AS legende_3, b0_.ordre AS ordre_4 FROM blog_image b0_ ORDER BY b0_.id DESC LIMIT 1
Parameters:
[]
0.14 ms
(6.22%)
1
SELECT t0.id AS id_1, t0.case1_id AS case1_id_2, t0.case2_id AS case2_id_3 FROM blog_chapeau t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.14 ms
(6.13%)
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.13 ms
(5.83%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.texte AS texte_3 FROM blog_about t0
Parameters:
[]
0.13 ms
(5.69%)
1
SELECT t0.id AS id_1, t0.url_img AS url_img_2, t0.titre AS titre_3, t0.lien AS lien_4 FROM blog_reseaux t0
Parameters:
[]
0.13 ms
(5.52%)
1
SELECT DISTINCT b0_.date_publication AS date_publication_0 FROM blog_publication b0_ WHERE b0_.date_publication IS NOT NULL ORDER BY b0_.date_publication DESC
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\BlogRubrique No errors.
App\Entity\BlogPublication No errors.
App\Entity\SecurUser No errors.
App\Entity\BlogHeader No errors.
App\Entity\BlogChapeau No errors.
App\Entity\BlogAbout No errors.
App\Entity\BlogReseaux No errors.
App\Entity\BlogImage No errors.