Query Metrics
2
Database Queries
2
Different statements
0.64 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.16 ms |
SELECT t0.id AS id_1, t0.marke AS marke_2, t0.bild AS bild_3 FROM marke t0 WHERE t0.marke = ? LIMIT 1
Parameters:
[
"Google"
]
|
| 2 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bild AS bild_3, t0.device_type AS device_type_4, t0.position_table AS position_table_5, t0.marke_id AS marke_id_6 FROM geraete t0 WHERE t0.device_type = ? AND t0.marke_id = ? ORDER BY t0.position_table ASC
Parameters:
[ "tablet" 23 ] |
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\Marke | No errors. |
| App\Entity\Geraete | No errors. |