Query Metrics
4
Database Queries
4
Different statements
8.14 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.43 ms |
SELECT t0.id AS id_1, t0.fname AS fname_2, t0.lname AS lname_3, t0.date AS date_4, t0.isEnabled AS isEnabled_5, t0.title AS title_6, t0.profession AS profession_7, t0.picture_id AS picture_id_8, t0.createdBy AS createdBy_9, t0.updatedBy AS updatedBy_10 FROM Members t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 2 | 0.35 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.54 ms |
UPDATE Members SET isEnabled = ? WHERE id = ?
Parameters:
[ 1 1 ] |
| 4 | 2.83 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 |
|---|---|
| App\Entity\Members | No errors. |
| App\Entity\OSFile | No errors. |
| App\Entity\Picture | No errors. |
| App\Entity\Users | No errors. |
| App\Entity\Profiles | No errors. |