Query Metrics
15
Database Queries
6
Different statements
2.01 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.98 ms (48.89%) |
10 |
SELECT t0.id AS id_1, t0.reparaturen AS reparaturen_2 FROM reparaturen t0 WHERE t0.id = ?
Parameters:
[
6
]
|
|
0.40 ms (20.06%) |
1 |
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:
[
"883"
]
|
|
0.21 ms (10.38%) |
1 |
SELECT t0.id AS id_1, t0.marke AS marke_2, t0.bild AS bild_3 FROM marke t0 WHERE t0.id = ?
Parameters:
[
18
]
|
|
0.15 ms (7.45%) |
1 |
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:
[] |
|
0.14 ms (6.76%) |
1 |
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:
[
"883"
]
|
|
0.13 ms (6.46%) |
1 |
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:
[] |
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. |