Query Metrics
3
Database Queries
3
Different statements
303.74 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.slug AS slug_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.image_name AS image_name_7, t0.title AS title_8, t0.cat_desc AS cat_desc_9, t0.seo_desc AS seo_desc_10, t0.seo_title AS seo_title_11, t0.desc_title AS desc_title_12, t0.keywords AS keywords_13, t0.has_child AS has_child_14, t0.video_count AS video_count_15, t0.parent_id AS parent_id_16 FROM vid_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"days"
]
|
||||||||||||||||||||||||||||
| 2 | 96.81 ms |
SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.display_name AS display_name_2, v0_.slug AS slug_3, v0_.created_at AS created_at_4, v0_.updated_at AS updated_at_5, v0_.image_name AS image_name_6, v0_.title AS title_7, v0_.cat_desc AS cat_desc_8, v0_.seo_desc AS seo_desc_9, v0_.seo_title AS seo_title_10, v0_.desc_title AS desc_title_11, v0_.keywords AS keywords_12, v0_.has_child AS has_child_13, v0_.video_count AS video_count_14 FROM vid_category v0_ WHERE v0_.parent_id = ? AND v0_.video_count > ? ORDER BY v0_.name ASC
Parameters:
[ 60 0 ]
|
||||||||||||||||||||||||||||
| 3 | 204.11 ms |
SELECT v0_.id AS id_0, v0_.title AS title_1, v0_.picture AS picture_2, v0_.slug AS slug_3, v0_.file_size AS file_size_4, v0_.total_view AS total_view_5, v0_.duration AS duration_6, v0_.slug AS slug_7, v1_.id AS id_8, v1_.name AS name_9, v1_.slug AS slug_10 FROM video v0_ LEFT JOIN vid_category v1_ ON v0_.category = v1_.id WHERE v0_.status = 1 ORDER BY v0_.id DESC LIMIT 5
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Category | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Category | No errors. |
| App\Entity\Video | No errors. |