Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.76 ms
SELECT t0.id AS id_1, t0.label AS label_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4, t0.image AS image_5, t0.slug AS slug_6, t0.reservation_link AS reservation_link_7, t0.presentation AS presentation_8, t0.subtitle AS subtitle_9, t0.is_active AS is_active_10, t0.ordre AS ordre_11, t0.miniature AS miniature_12, t0.gallery_images AS gallery_images_13 FROM category_seance t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "evjf"
]
2 0.50 ms
SELECT t0.id AS id_1, t0.label AS label_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4, t0.is_active AS is_active_5, t0.image AS image_6, t0.slug AS slug_7, t0.duree AS duree_8, t0.prix AS prix_9, t0.nombre_photo_couleur AS nombre_photo_couleur_10, t0.nombre_photo_nb AS nombre_photo_nb_11, t0.nombre_tirage AS nombre_tirage_12, t0.category_id AS category_id_13 FROM seance t0 WHERE t0.category_id = ?
Parameters:
[
  10
]
3 0.28 ms
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.is_active AS is_active_4, t0.category_seance_id AS category_seance_id_5 FROM faq t0 WHERE t0.category_seance_id = ? AND t0.is_active = ?
Parameters:
[
  10
  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\CategorySeance No errors.
App\Entity\Seance No errors.
App\Entity\Faq No errors.