Query Metrics
2
Database Queries
2
Different statements
2.15 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.79 ms |
SELECT room.*, land_lord.is_checked FROM room LEFT JOIN land_lord ON room.user_id_id = land_lord.user_id WHERE room.active = 1 ORDER BY room.last_update ASC LIMIT 0, 12
Parameters:
[] |
| 2 | 0.36 ms |
SELECT * FROM flat WHERE active = 1 ORDER BY last_update DESC LIMIT 0, 12
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\Room | No errors. |
| App\Entity\Flat | No errors. |