Query Metrics
2
Database Queries
2
Different statements
2.15 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.79 ms (83.15%) |
1 |
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:
[] |
|
0.36 ms (16.85%) |
1 |
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. |