Query Metrics
5
Database Queries
5
Different statements
4.85 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.20 ms (45.28%) |
1 |
SELECT c.* FROM club c JOIN (SELECT c.* FROM club c JOIN club_lesson cles ON c.id = cles.club_id WHERE cles.club_location_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY c.id) cs ON c.id = cs.id
Parameters:
[ 1 2 3 4 5 6 7 8 9 10 11 15 16 17 18 19 21 23 24 25 26 28 27 29 30 31 32 33 35 34 ] |
|
0.95 ms (19.53%) |
1 |
SELECT cl.* FROM club_location cl JOIN club_lesson cles ON (cles.club_location_id = cl.id) JOIN club c ON (c.id = cles.club_id) WHERE c.active
Parameters:
[] |
|
0.85 ms (17.52%) |
1 |
SELECT les.club_id AS club_id, loc.* FROM club_lesson les JOIN club_location loc ON les.club_location_id = loc.id WHERE les.club_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY 1, 2
Parameters:
[ 1 2 3 4 6 9 10 13 14 15 17 18 19 21 23 24 29 30 31 32 39 40 41 ] |
|
0.52 ms (10.70%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.discipline AS discipline_3, t0.category AS category_4, t0.comment AS comment_5, t0.price_child_1 AS price_child_1_6, t0.price_child_2 AS price_child_2_7, t0.price_child_3 AS price_child_3_8, t0.price_adult AS price_adult_9, t0.club_id AS club_id_10 FROM club_price t0 WHERE t0.club_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 2 3 4 6 9 10 13 14 15 17 18 19 21 23 24 29 30 31 32 39 40 41 ] |
|
0.34 ms (6.97%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.value AS value_4, t0.club_id AS club_id_5 FROM club_property t0 WHERE t0.club_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 2 3 4 6 9 10 13 14 15 17 18 19 21 23 24 29 30 31 32 39 40 41 ] |
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\ClubLocation | No errors. |
| App\Entity\Club | No errors. |
| App\Entity\ClubLesson | No errors. |
| App\Entity\UserClubSubscribe | No errors. |
| App\Entity\ClubProperty | No errors. |
| App\Entity\ClubPrice | No errors. |