Query Metrics
7
Database Queries
5
Different statements
2.81 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.61 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alpha2 AS alpha2_3, t0.alpha3 AS alpha3_4, t0.nom_en_gb AS nom_en_gb_5, t0.nom_fr_fr AS nom_fr_fr_6 FROM pays t0
Parameters:
[] |
| 2 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.value AS value_4, t0.position AS position_5 FROM ese_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"STRIPE_PUBLIC_KEY"
]
|
| 3 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.value AS value_4, t0.position AS position_5 FROM ese_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"APPLICATION_FEES"
]
|
| 4 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.value AS value_4, t0.position AS position_5 FROM ese_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"REGISTRATION_FEES"
]
|
| 5 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.short_description AS short_description_4, t0.debouche AS debouche_5, t0.niveau_entree AS niveau_entree_6, t0.image_couverture AS image_couverture_7, t0.fiche_pdf AS fiche_pdf_8, t0.slug AS slug_9, t0.weight AS weight_10, t0.deleted AS deleted_11, t0.filiere_specialite_id AS filiere_specialite_id_12 FROM filiere t0 WHERE t0.id = ?
Parameters:
[
17
]
|
| 6 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.position AS position_5, t0.short_description AS short_description_6, t0.image_baniere AS image_baniere_7, t0.deleted AS deleted_8, t9.id AS id_10, t9.level AS level_11, t9.tranche_one AS tranche_one_12, t9.tranche_two AS tranche_two_13, t9.tranche_three AS tranche_three_14, t9.cycle_id AS cycle_id_15 FROM cycle_filiere t0 LEFT JOIN pension t9 ON t9.cycle_id = t0.id WHERE t0.deleted = ?
Parameters:
[
0
]
|
| 7 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.position AS position_5, t0.short_description AS short_description_6, t0.image_baniere AS image_baniere_7, t0.deleted AS deleted_8, t9.id AS id_10, t9.level AS level_11, t9.tranche_one AS tranche_one_12, t9.tranche_two AS tranche_two_13, t9.tranche_three AS tranche_three_14, t9.cycle_id AS cycle_id_15 FROM cycle_filiere t0 LEFT JOIN pension t9 ON t9.cycle_id = t0.id INNER JOIN filiere_cycle_filiere ON t0.id = filiere_cycle_filiere.cycle_filiere_id WHERE filiere_cycle_filiere.filiere_id = ?
Parameters:
[
17
]
|
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\Country | No errors. |
| App\Entity\Configuration | No errors. |
| App\Entity\Filiere | No errors. |
| App\Entity\FiliereSpecialite | No errors. |
| App\Entity\CycleFiliere | No errors. |
| App\Entity\Inscription | No errors. |
| App\Entity\Pension | No errors. |