Query Metrics
8
Database Queries
3
Different statements
3.13 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.88 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.short AS short_2, b0_.public AS public_3, b0_.url AS url_4, b0_.created_at AS created_at_5, b0_.updated_at AS updated_at_6, b0_.position AS position_7, b0_.video_url AS video_url_8, b0_.text_position AS text_position_9, b0_.type AS type_10, b0_.author_id AS author_id_11, b0_.image_id AS image_id_12 FROM banner b0_ WHERE b0_.public = ? ORDER BY b0_.position ASC LIMIT 30
Parameters:
[
1
]
|
2 | 0.42 ms |
SELECT t0.id AS id_1, t0.file_path AS file_path_2 FROM media_object t0 WHERE t0.id = ?
Parameters:
[
5980
]
|
3 | 0.34 ms |
SELECT t0.id AS id_1, t0.file_path AS file_path_2 FROM media_object t0 WHERE t0.id = ?
Parameters:
[
5981
]
|
4 | 0.24 ms |
SELECT t0.id AS id_1, t0.file_path AS file_path_2 FROM media_object t0 WHERE t0.id = ?
Parameters:
[
5983
]
|
5 | 0.21 ms |
SELECT t0.id AS id_1, t0.file_path AS file_path_2 FROM media_object t0 WHERE t0.id = ?
Parameters:
[
5984
]
|
6 | 0.20 ms |
SELECT t0.id AS id_1, t0.file_path AS file_path_2 FROM media_object t0 WHERE t0.id = ?
Parameters:
[
5985
]
|
7 | 0.22 ms |
SELECT t0.id AS id_1, t0.file_path AS file_path_2 FROM media_object t0 WHERE t0.id = ?
Parameters:
[
5986
]
|
8 | 0.61 ms |
SELECT count(b0_.id) AS sclr_0 FROM banner b0_ WHERE b0_.public = ?
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Banner | No errors. |
App\Entity\User | No errors. |
App\Entity\MediaObject | No errors. |