Query Metrics
3
Database Queries
2
Different statements
2.25 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.68 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.abstract AS abstract_4, t0.priority AS priority_5, t0.date AS date_6, t0.seo_title AS seo_title_7, t0.seo_description AS seo_description_8, t0.category_id AS category_id_9 FROM cas_news t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"halloween-castelpazzo-de-strambi"
]
|
| 2 | 0.78 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.abstract AS abstract_4, t0.priority AS priority_5, t0.date AS date_6, t0.seo_title AS seo_title_7, t0.seo_description AS seo_description_8, t0.category_id AS category_id_9 FROM cas_news t0 WHERE t0.priority = ? LIMIT 1
Parameters:
[
20
]
|
| 3 | 0.79 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.abstract AS abstract_4, t0.priority AS priority_5, t0.date AS date_6, t0.seo_title AS seo_title_7, t0.seo_description AS seo_description_8, t0.category_id AS category_id_9 FROM cas_news t0 WHERE t0.priority = ? LIMIT 1
Parameters:
[
22
]
|
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 | 3 |
| App\Entity\NewsCategory | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\News | No errors. |
| App\Entity\NewsCategory | No errors. |