Query Metrics
3
Database Queries
3
Different statements
5.73 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.73 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.background_color AS background_color_3, t0.poster_file AS poster_file_4, t0.program_file AS program_file_5, t0.is_active AS is_active_6, t0.updated_at AS updated_at_7, t0.text_color AS text_color_8 FROM program t0 WHERE t0.is_active = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
1
]
|
| 2 | 1.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.starter AS starter_4, t0.filename AS filename_5, t0.updated_at AS updated_at_6, t0.is_active AS is_active_7, t0.city_id AS city_id_8 FROM activity t0 WHERE t0.is_active = ? LIMIT 3
Parameters:
[
1
]
|
| 3 | 0.85 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.header_logo_file AS header_logo_file_4, t0.footer_logo_file AS footer_logo_file_5, t0.updated_at AS updated_at_6 FROM website_configuration t0
Parameters:
[] |
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\Program | No errors. |
| App\Entity\Activity | No errors. |
| App\Entity\City | No errors. |
| App\Entity\WebsiteConfiguration | No errors. |