http://amce.dev.goons.mana.paris/faq

Query Metrics

3 Database Queries
3 Different statements
8.76 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 3.13 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:
[
  "faq"
]
2 2.60 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.ordre AS ordre_4 FROM faq t0 ORDER BY t0.ordre ASC
Parameters:
[]
3 3.03 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\BlocEcran No errors.
App\Entity\BlocDroite No errors.
App\Entity\ImgCarrousel No errors.
App\Entity\Faq No errors.