Query Metrics
7
Database Queries
4
Different statements
3.86 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.50 ms (64.84%) |
4 |
SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.description AS description_2, t0_.video AS video_3, t0_.photo AS photo_4, t0_.created_at AS created_at_5, t0_.slug AS slug_6, t0_.original AS original_7, t0_.unit AS unit_8, t0_.status AS status_9, t0_.website_language_id AS website_language_id_10 FROM tutorial t0_ INNER JOIN website_language w1_ ON t0_.website_language_id = w1_.id WHERE EXISTS (SELECT 1 FROM tutorial_category_tutorial t2_ WHERE t2_.tutorial_id = t0_.id AND t2_.tutorial_category_id IN (?)) AND w1_.slug = ? AND t0_.status = ? ORDER BY t0_.id DESC
Parameters:
[ 1 "ja" "online" ] |
0.51 ms (13.21%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM website_language t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"ja"
]
|
0.51 ms (13.16%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.video AS video_4, t0.photo AS photo_5, t0.created_at AS created_at_6, t0.slug AS slug_7, t0.original AS original_8, t0.unit AS unit_9, t0.status AS status_10, t0.website_language_id AS website_language_id_11 FROM tutorial t0 WHERE t0.website_language_id IS NULL
Parameters:
[] |
0.34 ms (8.78%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3 FROM tutorial_category 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\WebsiteLanguage | No errors. |
App\Entity\Tutorial | No errors. |
App\Entity\TutorialCategory | No errors. |