Query Metrics
11
Database Queries
4
Different statements
1.73 ms
Query time
0
Invalid entities
83
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.39 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.is_active AS is_active_3, t0.date AS date_4, t0.title AS title_5, t0.abstract AS abstract_6, t0.content AS content_7, t0.priority AS priority_8, t0.news_category_id AS news_category_id_9 FROM ven_news t0 WHERE t0.is_active = ?
Parameters:
[
1
]
|
| 2 | 0.30 ms |
SELECT v0_.id AS id_0, v0_.title AS title_1, v0_.color AS color_2, v0_.priority AS priority_3 FROM ven_authorization_category v0_ LEFT JOIN ven_authorization v1_ ON v0_.id = v1_.category_id ORDER BY v0_.priority ASC, v1_.priority ASC
Parameters:
[] |
| 3 | 0.18 ms |
SELECT v0_.id AS id_0, v0_.title AS title_1, v0_.path AS path_2 FROM ven_license_plate v0_ ORDER BY v0_.title ASC
Parameters:
[] |
| 4 | 0.20 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.is_active AS is_active_3, t0.date AS date_4, t0.title AS title_5, t0.abstract AS abstract_6, t0.content AS content_7, t0.priority AS priority_8, t0.news_category_id AS news_category_id_9 FROM ven_news t0 WHERE t0.is_active = ?
Parameters:
[
1
]
|
| 5 | 0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.path AS path_4, t0.category_id AS category_id_5 FROM ven_authorization t0 WHERE t0.category_id = ?
Parameters:
[
"1"
]
|
| 6 | 0.09 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.path AS path_4, t0.category_id AS category_id_5 FROM ven_authorization t0 WHERE t0.category_id = ?
Parameters:
[
"2"
]
|
| 7 | 0.07 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.path AS path_4, t0.category_id AS category_id_5 FROM ven_authorization t0 WHERE t0.category_id = ?
Parameters:
[
"3"
]
|
| 8 | 0.07 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.path AS path_4, t0.category_id AS category_id_5 FROM ven_authorization t0 WHERE t0.category_id = ?
Parameters:
[
"4"
]
|
| 9 | 0.07 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.path AS path_4, t0.category_id AS category_id_5 FROM ven_authorization t0 WHERE t0.category_id = ?
Parameters:
[
"5"
]
|
| 10 | 0.13 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.path AS path_4, t0.category_id AS category_id_5 FROM ven_authorization t0 WHERE t0.category_id = ?
Parameters:
[
"6"
]
|
| 11 | 0.07 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.priority AS priority_3, t0.path AS path_4, t0.category_id AS category_id_5 FROM ven_authorization t0 WHERE t0.category_id = ?
Parameters:
[
"7"
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\LicensePlate | 38 |
| App\Entity\News | 20 |
| App\Entity\Authorization | 15 |
| App\Entity\AuthorizationCategory | 7 |
| App\Entity\NewsCategory | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\News | No errors. |
| App\Entity\NewsCategory | No errors. |
| App\Entity\NewsMaterial | No errors. |
| App\Entity\AuthorizationCategory | No errors. |
| App\Entity\Authorization | No errors. |
| App\Entity\LicensePlate | No errors. |