https://akoyaconfig.services-unifies.fr/quiz/irooki

Query Metrics

29 Database Queries
5 Different statements
32.00 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
19.10 ms
(59.69%)
25
SELECT t0.id AS id_1, t0.content AS content_2, t0.profile_points AS profile_points_3, t0.question_id AS question_id_4 FROM question_reponse t0 WHERE t0.question_id = ?
Parameters:
[
  159
]
4.01 ms
(12.53%)
1
SELECT t0.id AS id_1, t0.maintenance AS maintenance_2, t0.mode_test AS mode_test_3 FROM system_configuration t0 WHERE t0.id = ?
Parameters:
[
  1
]
3.15 ms
(9.85%)
1
SELECT t0.id AS id_1, t0.contenu AS contenu_2 FROM config_header t0 WHERE t0.id = ?
Parameters:
[
  2
]
2.90 ms
(9.07%)
1
SELECT t0.id AS id_1, t0.nom_questionnaire AS nom_questionnaire_2, t0.url_questionnaire AS url_questionnaire_3, t0.code_couleur AS code_couleur_4, t0.couleur_contraste AS couleur_contraste_5, t0.meta_description AS meta_description_6, t0.img_principale AS img_principale_7, t0.fond AS fond_8, t0.presentation AS presentation_9, t0.header AS header_10, t0.comptage_commencer AS comptage_commencer_11, t0.compage_terminer AS compage_terminer_12, t0.comptage_envoye AS comptage_envoye_13, t0.etat AS etat_14, t0.created_at AS created_at_15, t0.hashed_url AS hashed_url_16, t0.reponse_profil_id AS reponse_profil_id_17 FROM questionnaire t0 WHERE t0.url_questionnaire = ? LIMIT 1
Parameters:
[
  "irooki"
]
2.83 ms
(8.85%)
1
SELECT t0.id AS id_1, t0.nom_questionnaire AS nom_questionnaire_2, t0.question AS question_3, t0.image AS image_4, t0.fond AS fond_5, t0.largeur AS largeur_6, t0.num_responses AS num_responses_7, t0.questionnaire_id AS questionnaire_id_8 FROM questions t0 WHERE t0.questionnaire_id = ?
Parameters:
[
  134
]

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\Questionnaire No errors.
App\Entity\SystemConfiguration No errors.
App\Entity\ConfigHeader No errors.
App\Entity\ReponseProfil No errors.
App\Entity\Questions
  • The field App\Entity\Questions#reponseProfils is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ReponseProfil#question does not contain the required 'inversedBy="reponseProfils"' attribute.
App\Entity\QuestionnaireProfile No errors.
App\Entity\QuestionReponse No errors.