Query Metrics
4
Database Queries
4
Different statements
1.31 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.51 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.main_category_id AS main_category_id_4 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"plan-du-site"
]
|
| 2 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.main_category_id AS main_category_id_4 FROM category t0
Parameters:
[] |
| 3 | 0.18 ms |
SELECT t0.id AS id_1, t0.cle AS cle_2, t0.value AS value_3 FROM parameter t0 WHERE t0.cle = ? LIMIT 1
Parameters:
[
"banner_text"
]
|
| 4 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.main_category_id AS main_category_id_4 FROM sub_category t0 WHERE t0.main_category_id = ?
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\Category |
|
| App\Entity\Page |
|
| App\Entity\SubCategory | No errors. |
| App\Entity\Parameter | No errors. |