Query Metrics
2
Database Queries
2
Different statements
7.78 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 6.40 ms |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.event_date AS event_date_3, e0_.is_published AS is_published_4, e0_.modified AS modified_5, e0_.created AS created_6 FROM events e0_ WHERE e0_.is_published = ? ORDER BY e0_.event_date ASC
Parameters:
[
1
]
|
2 | 1.37 ms |
SELECT c0_.id AS id_0, c0_.page AS page_1, c0_.banner AS banner_2, c0_.alt AS alt_3, c0_.order_by AS order_by_4, c0_.modified AS modified_5, c0_.created AS created_6 FROM carousel c0_ WHERE c0_.page = ? ORDER BY c0_.order_by ASC
Parameters:
[
"events"
]
|
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\Events | No errors. |
App\Entity\Carousel | No errors. |