Query Metrics
2
Database Queries
2
Different statements
0.29 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.15 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:
[
"Nokia"
]
|
| 2 | 0.14 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.name DESC
Parameters:
[ "handy" 24 ] |
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. |
| App\Entity\Preise | No errors. |