Query Metrics
2
Database Queries
2
Different statements
3.99 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.key_code_access AS key_code_access_5, t0.category_id AS category_id_6 FROM training t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"permis-de-feu"
]
|
| 2 | 1.57 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.order_number AS order_number_3, t0.content AS content_4, t0.slug_chapter AS slug_chapter_5, t0.summary_sheet_file_name AS summary_sheet_file_name_6, t0.video AS video_7, t0.video_code AS video_code_8, t0.category_id AS category_id_9, t0.module_id AS module_id_10 FROM training_chapter t0 WHERE t0.slug_chapter = ? LIMIT 1
Parameters:
[
"le-feu-et-la-chaleur"
]
|
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\Training | No errors. |
| App\Entity\TrainingCategory | No errors. |
| App\Entity\TrainingModule | No errors. |
| App\Entity\LearnerSatisfactionFeedback | No errors. |
| App\Entity\LearnerSatisfactionEvaluation | No errors. |
| App\Entity\TrainingChapter | No errors. |
| App\Entity\TrainingChapterCategory | No errors. |
| App\Entity\TrainingChapterExercice | No errors. |