http://amce.dev.goons.mana.paris/publications/guides-et-fiches-pratiques/guide-demarchage-telephonique-abusif-bloctel

Query Metrics

7 Database Queries
5 Different statements
7.88 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.76 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.miniature AS miniature_4, t0.fichier AS fichier_5, t0.nom_lien AS nom_lien_6, t0.fichier2 AS fichier2_7, t0.nom_lien2 AS nom_lien2_8, t0.fichier3 AS fichier3_9, t0.nom_lien3 AS nom_lien3_10, t0.date AS date_11, t0.slug AS slug_12, t0.category_id AS category_id_13, t14.id AS id_15, t14.nom AS nom_16, t14.slug AS slug_17, t14.sort AS sort_18 FROM publication t0 LEFT JOIN category t14 ON t0.category_id = t14.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "guide-demarchage-telephonique-abusif-bloctel"
]
2 0.87 ms
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM tag t0 INNER JOIN publication_tag ON t0.id = publication_tag.tag_id WHERE publication_tag.publication_id = ?
Parameters:
[
  24
]
3 0.89 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.miniature AS miniature_4, t0.fichier AS fichier_5, t0.nom_lien AS nom_lien_6, t0.fichier2 AS fichier2_7, t0.nom_lien2 AS nom_lien2_8, t0.fichier3 AS fichier3_9, t0.nom_lien3 AS nom_lien3_10, t0.date AS date_11, t0.slug AS slug_12, t0.category_id AS category_id_13, t14.id AS id_15, t14.nom AS nom_16, t14.slug AS slug_17, t14.sort AS sort_18 FROM publication t0 LEFT JOIN category t14 ON t0.category_id = t14.id INNER JOIN publication_tag ON t0.id = publication_tag.publication_id WHERE publication_tag.tag_id = ?
Parameters:
[
  36
]
4 1.60 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.miniature AS miniature_4, t0.fichier AS fichier_5, t0.nom_lien AS nom_lien_6, t0.fichier2 AS fichier2_7, t0.nom_lien2 AS nom_lien2_8, t0.fichier3 AS fichier3_9, t0.nom_lien3 AS nom_lien3_10, t0.date AS date_11, t0.slug AS slug_12, t0.category_id AS category_id_13, t14.id AS id_15, t14.nom AS nom_16, t14.slug AS slug_17, t14.sort AS sort_18 FROM publication t0 LEFT JOIN category t14 ON t0.category_id = t14.id INNER JOIN publication_tag ON t0.id = publication_tag.publication_id WHERE publication_tag.tag_id = ?
Parameters:
[
  45
]
5 0.89 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.miniature AS miniature_4, t0.fichier AS fichier_5, t0.nom_lien AS nom_lien_6, t0.fichier2 AS fichier2_7, t0.nom_lien2 AS nom_lien2_8, t0.fichier3 AS fichier3_9, t0.nom_lien3 AS nom_lien3_10, t0.date AS date_11, t0.slug AS slug_12, t0.category_id AS category_id_13, t14.id AS id_15, t14.nom AS nom_16, t14.slug AS slug_17, t14.sort AS sort_18 FROM publication t0 LEFT JOIN category t14 ON t0.category_id = t14.id INNER JOIN publication_tag ON t0.id = publication_tag.publication_id WHERE publication_tag.tag_id = ?
Parameters:
[
  46
]
6 0.97 ms
SELECT t0.id AS id_1, t0.ecran AS ecran_2, t0.ordre AS ordre_3, t0.bloc_id AS bloc_id_4, t5.id AS id_6, t5.nom AS nom_7, t5.image AS image_8, t5.titre AS titre_9, t5.stitre AS stitre_10, t5.txt_lien AS txt_lien_11, t5.lien AS lien_12, t5.contenu AS contenu_13, t5.type AS type_14, t5.admin AS admin_15 FROM bloc_ecran t0 LEFT JOIN bloc_droite t5 ON t0.bloc_id = t5.id WHERE t0.ecran = ? ORDER BY t0.ordre ASC
Parameters:
[
  "detail_publication"
]
7 0.90 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.bloc_id AS bloc_id_3, t4.id AS id_5, t4.nom AS nom_6, t4.image AS image_7, t4.titre AS titre_8, t4.stitre AS stitre_9, t4.txt_lien AS txt_lien_10, t4.lien AS lien_11, t4.contenu AS contenu_12, t4.type AS type_13, t4.admin AS admin_14 FROM img_carrousel t0 LEFT JOIN bloc_droite t4 ON t0.bloc_id = t4.id WHERE t0.bloc_id = ?
Parameters:
[
  19
]

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\Publication No errors.
App\Entity\Category No errors.
App\Entity\Tag No errors.
App\Entity\BlocEcran No errors.
App\Entity\BlocDroite No errors.
App\Entity\ImgCarrousel No errors.