Query Metrics
3
Database Queries
3
Different statements
74.07 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 72.64 ms |
SELECT t0.id AS id_1, t0.entity_id AS entity_id_2, t0.entity_type AS entity_type_3, t0.path AS path_4 FROM path t0 WHERE t0.path = ? ORDER BY t0.entity_type DESC
Parameters:
[
"rinc"
]
|
| 2 | 0.83 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.body AS body_3, t0.status AS status_4, t0.created AS created_5, t0.template AS template_6, t0.noindex AS noindex_7, t0.meta_title AS meta_title_8, t0.meta_description AS meta_description_9, t0.user_id AS user_id_10, t0.path_id AS path_id_11, t12.id AS id_13, t12.entity_id AS entity_id_14, t12.entity_type AS entity_type_15, t12.path AS path_16 FROM PAGE t0 LEFT JOIN path t12 ON t0.path_id = t12.id WHERE t0.id = ?
Parameters:
[
62
]
|
| 3 | 0.60 ms |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.email AS email_2, f0_.subject AS subject_3, f0_.message AS message_4, f0_.status AS status_5, f0_.created AS created_6, f0_.direction AS direction_7, f0_.agreement AS agreement_8, f0_.contact_phone AS contact_phone_9 FROM feedback f0_ WHERE f0_.status = 1 AND f0_.direction = ? ORDER BY f0_.id DESC LIMIT 10
Parameters:
[
6
]
|
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\Path | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Feedback | No errors. |