Query Metrics
4
Database Queries
4
Different statements
10.21 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.67 ms (84.93%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.60 ms (5.84%) |
1 |
SELECT t0.id AS id_1, t0.credit AS credit_2, t0.email AS email_3, t0.name AS name_4, t0.is_active AS is_active_5, t0.roles AS roles_6, t0.password AS password_7, t0.is_verified AS is_verified_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
160
]
|
|
0.54 ms (5.32%) |
1 |
INSERT INTO gallery (image, compressed_image, document_number, locale, letter_id, template_id, created_at, is_show, is_print, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "6a99b86a560c4.jpg" "6a99b86a560c4.jpg" "THI45112220260903" "hy" "202" "202" "2026-09-03 22:11:56" 0 0 160 ] |
|
0.40 ms (3.92%) |
1 |
"START TRANSACTION"
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 |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Gallery | No errors. |
| App\Entity\UserGallery | No errors. |
| App\Entity\UserTemplate | No errors. |