Query Metrics
1
Database Queries
1
Different statements
0.59 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.59 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.slug AS slug_2, t0_.category AS category_3, t0_.content AS content_4, t0_.summary AS summary_5, t0_.cover_image AS cover_image_6, t0_.code_video AS code_video_7, t0_.is_published AS is_published_8, t0_.created_at AS created_at_9, t0_.updated_at AS updated_at_10, t0_.author_id AS author_id_11, t0_.language_code AS language_code_12, t0_.translation_of_id AS translation_of_id_13 FROM tutorial_guide t0_ INNER JOIN sys_language s1_ ON t0_.language_code = s1_.code WHERE t0_.is_published = ? AND s1_.code = ? ORDER BY t0_.created_at DESC
Parameters:
[ 1 "en" ]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\TutorialGuide | 1 |
| App\Entity\MemberUser | 1 |
| App\Entity\SysLanguage | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\TutorialGuide | No errors. |
| App\Entity\SysLanguage | No errors. |
| App\Entity\MemberUser | No errors. |