Query Metrics
4
Database Queries
4
Different statements
6.92 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.75 ms |
SELECT t0.id AS id_3, t0.target AS target_4, t0.pages AS pages_5, t0.downloads AS downloads_6, t0.reading AS reading_7, t0.name AS name_8, t0.dir AS dir_9, t0.source AS source_10, t0.size AS size_11, t0.is_enabled AS is_enabled_12, t0.is_deleted AS is_deleted_13, t0.last_update AS last_update_14, t0.created_at AS created_at_15, t0.format_size AS format_size_16, t0.mimetype AS mimetype_17, t0.uuid AS uuid_18, t0.view_strategy AS view_strategy_19, t0.created_by_id AS created_by_id_20, t0.type, t1.thumbnail_dir AS thumbnail_dir_21, t1.has_thumbnail AS has_thumbnail_22 FROM File t0 LEFT JOIN picture t1 ON t0.id = t1.id LEFT JOIN certificate t2 ON t0.id = t2.id WHERE t0.id = ?
Parameters:
[
"34"
]
|
| 2 | 0.29 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.47 ms |
UPDATE File SET downloads = ?, last_update = ? WHERE id = ?
Parameters:
[ 33 "2026-04-30 02:27:44" 34 ] |
| 4 | 4.41 ms |
"COMMIT"
Parameters:
[] |
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 |
|---|---|
| EToNBundle\Entity\EventToNotificationStore | No errors. |
| App\Entity\File\OSFile | No errors. |
| App\Entity\File\Picture | No errors. |
| App\Entity\Certificate | No errors. |
| App\Entity\Users | No errors. |
| App\Entity\Embedded\ApplicantConfig | No errors. |
| App\Entity\Applicants | No errors. |
| App\Entity\Profiles | No errors. |