Query Metrics
1
Database Queries
1
Different statements
8.10 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
8.10 ms (100.00%) |
1 |
SELECT h0_.id AS id_0, h0_.title AS title_1, h0_.is_enable AS is_enable_2, m1_.id AS id_3, m1_.file AS file_4, m1_.path AS path_5, m1_.title AS title_6, m1_.extension AS extension_7 FROM home_image h0_ LEFT JOIN media m1_ ON (m1_.origin_id = h0_.id AND m1_.origin = ? AND m1_.type = ?) WHERE h0_.deleted_at IS NULL AND h0_.is_enable = ? AND m1_.deleted_at IS NULL ORDER BY h0_.id DESC, m1_.position ASC LIMIT 1
Parameters:
[ "App\Entity\HomeImage" "home" 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\HomeImage | No errors. |
App\Entity\Media | No errors. |