Query Metrics
3
Database Queries
3
Different statements
3.98 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.02 ms (50.81%) |
1 |
SELECT t0.id AS id_1, t0.is_visible AS is_visible_2, t0.content AS content_3, t0.position AS position_4 FROM banner t0 WHERE t0.is_visible = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
|
1.03 ms (25.99%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.content AS content_4, t0.image AS image_5, t0.category AS category_6, t0.publish_date AS publish_date_7, t0.is_visible AS is_visible_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM news t0 WHERE t0.is_visible = ? ORDER BY t0.publish_date DESC LIMIT 4
Parameters:
[
1
]
|
|
0.92 ms (23.20%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.content AS content_4, t0.image AS image_5, t0.event_date AS event_date_6, t0.event_type AS event_type_7, t0.is_visible AS is_visible_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM event t0 WHERE t0.is_visible = ? ORDER BY t0.position ASC LIMIT 2
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\News | No errors. |
| App\Entity\Event | No errors. |