Query Metrics
5
Database Queries
5
Different statements
178.07 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 171.60 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.status AS status_6, t0.publish_at AS publish_at_7, t0.type AS type_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.image AS image_11, t0.video AS video_12, t0.author_id AS author_id_13, t0.category_id AS category_id_14 FROM post t0 WHERE t0.type = ?
Parameters:
[
"post"
]
|
| 2 | 3.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.pdf AS pdf_6, t0.brochure_image AS brochure_image_7, t0.brochure_description AS brochure_description_8, t0.date AS date_9, t0.price AS price_10, t0.coach AS coach_11, t0.sub_title AS sub_title_12, t0.ordre AS ordre_13, t0.ville AS ville_14, t0.perfermance AS perfermance_15, t0.reglement_interieur AS reglement_interieur_16, t0.description_complementaire AS description_complementaire_17 FROM stage_academy t0
Parameters:
[] |
| 3 | 0.92 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.video AS video_6, t0.coach AS coach_7, t0.category_id AS category_id_8 FROM elearning t0
Parameters:
[] |
| 4 | 0.96 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.date AS date_4, t0.description AS description_5, t0.image AS image_6, t0.url AS url_7, t0.coach AS coach_8, t0.video AS video_9, t0.category_id AS category_id_10 FROM live_session t0
Parameters:
[] |
| 5 | 1.32 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.slug AS slug_4, t0.image_deroulement AS image_deroulement_5, t0.image AS image_6, t0.description_deroulement AS description_deroulement_7, t0.price AS price_8, t0.category_id AS category_id_9, t0.coach_id AS coach_id_10 FROM coaching_session t0
Parameters:
[] |
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\Post | No errors. |
| App\Entity\User | No errors. |
| App\Entity\PostCategory | No errors. |
| App\Entity\PostMeta | No errors. |
| App\Entity\PageBloc | No errors. |
| App\Entity\StageAcademy | No errors. |
| App\Entity\Elearning | No errors. |
| App\Entity\ProductVideo | No errors. |
| App\Entity\LiveSession | No errors. |
| App\Entity\CoachingSession | No errors. |
| App\Entity\Coach | No errors. |