Query Metrics
2
Database Queries
2
Different statements
6.21 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.02 ms |
SELECT t0.id AS id_1, t0.label AS label_2 FROM document_category t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 2 | 2.20 ms |
SELECT d0_.id AS id_0, d0_.label AS label_1, d0_.filename AS filename_2, d0_.created_at AS created_at_3, d0_.updated_at AS updated_at_4, d1_.id AS id_5, d1_.label AS label_6, d0_.document_category_id AS document_category_id_7 FROM document d0_ INNER JOIN document_category d1_ ON d0_.document_category_id = d1_.id WHERE d0_.document_category_id = ? ORDER BY d0_.id DESC
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\DocumentCategory | No errors. |
| App\Entity\Document | No errors. |