Query Metrics
2
Database Queries
2
Different statements
2.12 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.19 ms (56.22%) |
1 |
SELECT r0_.created_at AS created_at_0, r0_.id AS id_1, r0_.status AS status_2, r0_.category AS category_3, r0_.updated_at AS updated_at_4, r0_.cover_name AS cover_name_5, r0_.cover_original_name AS cover_original_name_6, r0_.cover_mime_type AS cover_mime_type_7, r0_.cover_size AS cover_size_8, r0_.cover_dimensions AS cover_dimensions_9, r0_.document_name AS document_name_10, r0_.document_original_name AS document_original_name_11, r0_.document_mime_type AS document_mime_type_12, r0_.document_size AS document_size_13, r0_.document_dimensions AS document_dimensions_14 FROM resource r0_ WHERE r0_.status = ? ORDER BY r0_.created_at DESC LIMIT 3
Parameters:
[
"published"
]
|
||||||||||||||||||||||||||||
|
0.93 ms (43.78%) |
1 |
SELECT t0.created_at AS created_at_1, t0.id AS id_2, t0.status AS status_3, t0.category AS category_4, t0.updated_at AS updated_at_5, t0.cover_name AS cover_name_6, t0.cover_original_name AS cover_original_name_7, t0.cover_mime_type AS cover_mime_type_8, t0.cover_size AS cover_size_9, t0.cover_dimensions AS cover_dimensions_10, t0.document_name AS document_name_11, t0.document_original_name AS document_original_name_12, t0.document_mime_type AS document_mime_type_13, t0.document_size AS document_size_14, t0.document_dimensions AS document_dimensions_15 FROM resource t0 WHERE t0.status = ?
Parameters:
[
"published"
]
|
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| Vich\UploaderBundle\Entity\File | No errors. |
| App\Entity\Resource | No errors. |