Query Metrics
4
Database Queries
3
Different statements
1.80 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.57 ms |
SELECT p0_.id AS id_0, p0_.day_of_week AS day_of_week_1, p0_.start_time AS start_time_2, p0_.end_time AS end_time_3, p0_.title AS title_4, p0_.host AS host_5, p0_.description AS description_6, p0_.has_rerun AS has_rerun_7, p0_.is_active AS is_active_8, p1_.id AS id_9, p1_.name AS name_10, p1_.slug AS slug_11, p1_.description AS description_12, p1_.author AS author_13, p1_.is_active AS is_active_14, p0_.series_id AS series_id_15, p1_.cover_image_id AS cover_image_id_16 FROM program p0_ LEFT JOIN podcast_series p1_ ON p0_.series_id = p1_.id WHERE p0_.is_active = 1 AND p0_.day_of_week IN (?, ?) ORDER BY p0_.start_time ASC
Parameters:
[ 5 4 ]
|
||||||||||||||||||||||||||||||
| 2 | 0.43 ms |
SELECT p0_.id AS id_0, p0_.day_of_week AS day_of_week_1, p0_.start_time AS start_time_2, p0_.end_time AS end_time_3, p0_.title AS title_4, p0_.host AS host_5, p0_.description AS description_6, p0_.has_rerun AS has_rerun_7, p0_.is_active AS is_active_8, p1_.id AS id_9, p1_.name AS name_10, p1_.slug AS slug_11, p1_.description AS description_12, p1_.author AS author_13, p1_.is_active AS is_active_14, p0_.series_id AS series_id_15, p1_.cover_image_id AS cover_image_id_16 FROM program p0_ LEFT JOIN podcast_series p1_ ON p0_.series_id = p1_.id WHERE p0_.is_active = 1 AND p0_.day_of_week IN (?, ?) ORDER BY p0_.start_time ASC
Parameters:
[ 5 4 ]
|
||||||||||||||||||||||||||||||
| 3 | 0.34 ms |
SELECT p0_.id AS id_0, p0_.day_of_week AS day_of_week_1, p0_.start_time AS start_time_2, p0_.end_time AS end_time_3, p0_.title AS title_4, p0_.host AS host_5, p0_.description AS description_6, p0_.has_rerun AS has_rerun_7, p0_.is_active AS is_active_8, p1_.id AS id_9, p1_.name AS name_10, p1_.slug AS slug_11, p1_.description AS description_12, p1_.author AS author_13, p1_.is_active AS is_active_14, p0_.series_id AS series_id_15, p1_.cover_image_id AS cover_image_id_16 FROM program p0_ LEFT JOIN podcast_series p1_ ON p0_.series_id = p1_.id WHERE p0_.is_active = 1 AND p0_.day_of_week = ? ORDER BY p0_.start_time ASC
Parameters:
[
5
]
|
||||||||||||||||||||||||||||||
| 4 | 0.46 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5, t0.is_active AS is_active_6, t0.last_login_at AS last_login_at_7, t0.created_at AS created_at_8 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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\Program | 2 |
| App\Entity\PodcastSeries | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Program | No errors. |
| App\Entity\PodcastSeries | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\Podcast | No errors. |
| App\Entity\User | No errors. |