Query Metrics
9
Database Queries
3
Different statements
4.49 ms
Query time
0
Invalid entities
15
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.18 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.priority AS priority_7, t0.news_category_id AS news_category_id_8 FROM dia_news t0 WHERE t0.is_active = ? ORDER BY t0.priority DESC
Parameters:
[
1
]
|
| 2 | 0.50 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3 FROM dia_news_category t0 ORDER BY t0.title ASC
Parameters:
[] |
| 3 | 0.65 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.priority AS priority_7, t0.news_category_id AS news_category_id_8 FROM dia_news t0 WHERE t0.news_category_id = ?
Parameters:
[
"1"
]
|
| 4 | 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.priority AS priority_7, t0.news_category_id AS news_category_id_8 FROM dia_news t0 WHERE t0.news_category_id = ?
Parameters:
[
"7"
]
|
| 5 | 0.37 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.priority AS priority_7, t0.news_category_id AS news_category_id_8 FROM dia_news t0 WHERE t0.news_category_id = ?
Parameters:
[
"3"
]
|
| 6 | 0.42 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.priority AS priority_7, t0.news_category_id AS news_category_id_8 FROM dia_news t0 WHERE t0.news_category_id = ?
Parameters:
[
"2"
]
|
| 7 | 0.37 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.priority AS priority_7, t0.news_category_id AS news_category_id_8 FROM dia_news t0 WHERE t0.news_category_id = ?
Parameters:
[
"5"
]
|
| 8 | 0.31 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.priority AS priority_7, t0.news_category_id AS news_category_id_8 FROM dia_news t0 WHERE t0.news_category_id = ?
Parameters:
[
"6"
]
|
| 9 | 0.31 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.priority AS priority_7, t0.news_category_id AS news_category_id_8 FROM dia_news t0 WHERE t0.news_category_id = ?
Parameters:
[
"4"
]
|
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\News | 8 |
| App\Entity\NewsCategory | 7 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\News | No errors. |
| App\Entity\NewsCategory | No errors. |