Query Metrics
8
Database Queries
7
Different statements
4.47 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.14 ms |
SELECT t0.id AS id_1, t0.date_creation AS date_creation_2, t0.titre AS titre_3, t0.actif AS actif_4 FROM questionnaire t0 WHERE t0.id = ?
Parameters:
[
1
]
|
2 | 0.53 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.sujets_preoccupants AS sujets_preoccupants_3, t0.min_sujets AS min_sujets_4, t0.max_sujets AS max_sujets_5, t0.ordre AS ordre_6, t0.classe AS classe_7 FROM categorie_question t0 ORDER BY t0.ordre ASC
Parameters:
[] |
3 | 0.52 ms |
SELECT t0.id AS id_1, t0.nom_departement AS nom_departement_2, t0.code_departement AS code_departement_3, t0.code_region AS code_region_4, t0.nom_region AS nom_region_5 FROM departement t0
Parameters:
[] |
4 | 0.36 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM systeme_production t0
Parameters:
[] |
5 | 0.56 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.type AS type_3, t0.libelle_fix AS libelle_fix_4, t0.active AS active_5, t0.coef AS coef_6, t0.commentaire_sujets_preoccupants AS commentaire_sujets_preoccupants_7, t0.questionnaire_id AS questionnaire_id_8, t0.categorie_id AS categorie_id_9 FROM question t0 WHERE t0.questionnaire_id = ? AND t0.type = ? AND t0.active = ?
Parameters:
[ 1 "fix" 1 ] |
6 | 0.39 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.type AS type_3, t0.libelle_fix AS libelle_fix_4, t0.active AS active_5, t0.coef AS coef_6, t0.commentaire_sujets_preoccupants AS commentaire_sujets_preoccupants_7, t0.questionnaire_id AS questionnaire_id_8, t0.categorie_id AS categorie_id_9 FROM question t0 WHERE t0.questionnaire_id = ? AND t0.type = ? AND t0.active = ?
Parameters:
[ 1 "jauge" 1 ] |
7 | 0.53 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.min AS min_3, t0.max AS max_4, t0.couleur AS couleur_5, t0.question_id AS question_id_6 FROM libelle_reponse t0 WHERE t0.question_id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY t0.min ASC
Parameters:
[ 5 6 7 8 9 10 11 12 ] |
8 | 0.43 ms |
SELECT t0.id AS id_1, t0.texte AS texte_2 FROM mentions_legales t0 WHERE t0.id = ?
Parameters:
[
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\Questionnaire | No errors. |
App\Entity\CategorieQuestion | No errors. |
App\Entity\Departement | No errors. |
App\Entity\SystemeProduction | No errors. |
App\Entity\Question | No errors. |
App\Entity\LibelleReponse | No errors. |
App\Entity\MentionsLegales | No errors. |