Query Metrics
5
Database Queries
5
Different statements
1.25 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.49 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.id = ?
Parameters:
[
"967"
]
|
| 2 | 0.23 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.description AS description_3, t0.price AS price_4, t0.ek AS ek_5, t0.marge AS marge_6 FROM accessories t0
Parameters:
[] |
| 3 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.preis AS preis_3, t0.position_table AS position_table_4 FROM service t0
Parameters:
[] |
| 4 | 0.17 ms |
SELECT t0.id AS id_1, t0.preis AS preis_2, t0.dauer AS dauer_3, t0.ek AS ek_4, t0.marge AS marge_5, t0.ekcopy AS ekcopy_6, t0.margecopy AS margecopy_7, t0.position_table AS position_table_8, t0.geraete_id AS geraete_id_9, t0.reparatur_id AS reparatur_id_10 FROM preise t0 WHERE t0.geraete_id = ?
Parameters:
[
"967"
]
|
| 5 | 0.19 ms |
SELECT t0.id AS id_1, t0.marke AS marke_2, t0.bild AS bild_3 FROM marke t0 WHERE t0.id = ?
Parameters:
[
18
]
|
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\Geraete | No errors. |
| App\Entity\Marke | No errors. |
| App\Entity\Preise | No errors. |
| App\Entity\Accessories | No errors. |
| App\Entity\Service | No errors. |
| App\Entity\Reparaturen | No errors. |