Query Metrics
4
Database Queries
4
Different statements
5.95 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.display_name AS display_name_4, t0.image_name AS image_name_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.title AS title_8, t0.cat_desc AS cat_desc_9, t0.seo_title AS seo_title_10, t0.keywords AS keywords_11, t0.seo_desc AS seo_desc_12, t0.desc_title AS desc_title_13, t0.video_count AS video_count_14 FROM singer t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"arijit-singh"
]
|
||||||||||||||||||||||||||||
| 2 | 1.19 ms |
SELECT v0_.id AS id_0, v0_.title AS title_1, v0_.description AS description_2, v0_.slug AS slug_3, v0_.status AS status_4, v0_.mime_type AS mime_type_5, v0_.file_name AS file_name_6, v0_.picture AS picture_7, v0_.created_at AS created_at_8, v0_.updated_at AS updated_at_9, v0_.duration AS duration_10, v0_.file_size AS file_size_11, v0_.total_view AS total_view_12, v0_.total_like AS total_like_13, v0_.total_dislike AS total_dislike_14, v0_.total_download AS total_download_15, v0_.lang_slug AS lang_slug_16, v0_.file_path AS file_path_17 FROM video v0_ LEFT JOIN singer s1_ ON v0_.singer = s1_.id WHERE s1_.slug = ? AND v0_.status = 1 ORDER BY v0_.id DESC
Parameters:
[
"arijit-singh"
]
|
||||||||||||||||||||||||||||
| 3 | 2.19 ms |
SELECT c0_.id AS id_0, c0_.comment_at AS comment_at_1, c0_.obj_id AS obj_id_2, c0_.type AS type_3, c0_.website AS website_4, c0_.name AS name_5, c0_.email AS email_6, c0_.comment AS comment_7, c0_.ip_address AS ip_address_8, c0_.bg_color AS bg_color_9, c0_.status AS status_10, c0_.parent_id AS parent_id_11 FROM comments c0_ WHERE c0_.obj_id = ? AND c0_.type = ? AND c0_.parent_id IS NULL AND (c0_.status = ? OR c0_.ip_address = ?) ORDER BY c0_.comment_at DESC
Parameters:
[ 15 "singer" 1 "216.73.216.148" ] |
||||||||||||||||||||||||||||
| 4 | 1.07 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\Singer | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Singer | No errors. |
| App\Entity\Video | No errors. |
| App\Entity\Comments | No errors. |
| App\Entity\Category | No errors. |