Query Metrics
3
Database Queries
3
Different statements
1.33 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.51 ms |
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:
[
"en"
]
|
2 | 0.52 ms |
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 = ?
Parameters:
[
2
]
|
3 | 0.30 ms |
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\Article | No errors. |
App\Entity\Tutorial | No errors. |
App\Entity\WebsiteInfo | No errors. |
App\Entity\Faq | No errors. |
App\Entity\HomeSlider | No errors. |
App\Entity\Media | No errors. |
App\Entity\Category | No errors. |
App\Entity\LegalInfo | No errors. |
App\Entity\TutorialCategory | No errors. |