Query Metrics
3
Database Queries
3
Different statements
6.81 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.90 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.slug AS slug_4, t0.post_type AS post_type_5, t0.parent_id AS parent_id_6 FROM post_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"francais-courant"
]
|
2 | 3.33 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.hour_price AS hour_price_4, t0.slug AS slug_5, t0.image AS image_6, t0.video AS video_7, t0.image_deroulement AS image_deroulement_8, t0.description_deroulement AS description_deroulement_9, t0.cover AS cover_10, t0.price_description AS price_description_11, t0.category_id AS category_id_12, t0.coach_id AS coach_id_13 FROM cours_langue t0 WHERE t0.category_id = ?
Parameters:
[
103
]
|
3 | 1.57 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.response AS response_3, t0.show_in_footer AS show_in_footer_4, t0.ordre AS ordre_5 FROM faq t0 WHERE t0.show_in_footer = ? ORDER BY t0.ordre ASC
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\PostCategory | No errors. |
App\Entity\Post | No errors. |
App\Entity\CoursLangue | No errors. |
App\Entity\Coach | No errors. |
App\Entity\Faq | No errors. |