Query Metrics
6
Database Queries
4
Different statements
3.91 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.15 ms (54.98%) |
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3 FROM zonas t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1
]
|
|
0.95 ms (24.32%) |
1 |
SELECT m.numero, m.union_mesas FROM mesas m WHERE m.union_mesas IS NOT NULL AND m.zonas_id = ?
Parameters:
[
1
]
|
|
0.52 ms (13.43%) |
1 |
SELECT numero, comensales, factura, coord_x, coord_y, icon FROM `mesas` WHERE zonas_id = 1
Parameters:
[] |
|
0.28 ms (7.26%) |
1 |
SELECT SUM(por_pagar) AS total_porpagar, zonas_id FROM mesas WHERE zonas_id = 1
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\Zonas | No errors. |
| App\Entity\Mesas | No errors. |