Query Metrics
61
Database Queries
8
Different statements
63.11 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
26.96 ms (42.72%) |
50 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.video AS video_4, t0.file AS file_5, t0.during AS during_6 FROM formation_capsule t0 WHERE t0.id = ?
Parameters:
[
53
]
|
|
22.60 ms (35.81%) |
1 |
SELECT t0.id AS id_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.date AS date_4, t0.formation_id AS formation_id_5, t0.client_id AS client_id_6 FROM formation_review t0 WHERE t0.formation_id = ?
Parameters:
[
5
]
|
|
9.21 ms (14.59%) |
5 |
SELECT t0.id AS id_1, t0.list_order AS list_order_2, t0.section_id AS section_id_3, t0.capsule_id AS capsule_id_4 FROM formation_step t0 WHERE t0.section_id = ?
Parameters:
[
9
]
|
|
1.56 ms (2.48%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.formation_id AS formation_id_3 FROM formation_section t0 WHERE t0.formation_id = ?
Parameters:
[
5
]
|
|
0.91 ms (1.44%) |
1 |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.introduction AS introduction_2, f0_.description AS description_3, f0_.meta_description AS meta_description_4, f0_.picture AS picture_5, f0_.picture_alt AS picture_alt_6, f0_.price_ht AS price_ht_7, f0_.tva AS tva_8, f0_.is_published AS is_published_9, f0_.iframe AS iframe_10, f0_.level_id AS level_id_11 FROM formation f0_ WHERE f0_.is_published = 1
Parameters:
[] |
|
0.78 ms (1.24%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3 FROM formation_level t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.69 ms (1.09%) |
1 |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.introduction AS introduction_2, f0_.description AS description_3, f0_.meta_description AS meta_description_4, f0_.picture AS picture_5, f0_.picture_alt AS picture_alt_6, f0_.price_ht AS price_ht_7, f0_.tva AS tva_8, f0_.is_published AS is_published_9, f0_.iframe AS iframe_10, f0_.level_id AS level_id_11 FROM formation f0_ WHERE f0_.is_published = 1 LIMIT 6
Parameters:
[] |
|
0.39 ms (0.62%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.published AS published_4, t0.date_publication AS date_publication_5 FROM notification t0 WHERE t0.published = ? ORDER BY t0.date_publication DESC
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\Notification | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Formation | No errors. |
| App\Entity\FormationLevel | No errors. |
| App\Entity\FormationReview | No errors. |
| App\Entity\FormationSection | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\FormationStep | No errors. |
| App\Entity\FormationCapsule | No errors. |
| App\Entity\ClientFormationState | No errors. |