http://references.equinoxes.fr/rea_studycase/

Query Metrics

10 Database Queries
2 Different statements
44.44 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
23.34 ms
(52.52%)
9
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.alias AS alias_3 FROM cat_studycase t0 INNER JOIN rea_studycase_cat_studycase ON t0.id = rea_studycase_cat_studycase.cat_studycase_id WHERE rea_studycase_cat_studycase.rea_studycase_id = ?
Parameters:
[
  1
]
21.10 ms
(47.48%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.pdf AS pdf_3, t0.thumbnail AS thumbnail_4 FROM rea_studycase t0
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\ReaStudycase
  • If association App\Entity\ReaStudycase#categories is many-to-many, then the inversed side App\Entity\CatStudycase#realisations has to be many-to-many as well.
App\Entity\CatStudycase No errors.