Query Metrics
4
Database Queries
4
Different statements
1.66 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.93 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.quantity AS quantity_4, t0.warnining AS warnining_5, t0.image AS image_6, t0.updated_at AS updated_at_7, t0.category_id AS category_id_8, t0.shop_id AS shop_id_9 FROM article t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 2 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.30 ms |
UPDATE article SET quantity = ? WHERE id = ?
Parameters:
[ 5 1 ] |
| 4 | 0.26 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\Article | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Shop | No errors. |
| App\Entity\Evolution | No errors. |