Query Metrics
5
Database Queries
2
Different statements
0.89 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bild AS bild_3, t0.beschreibung AS beschreibung_4, t0.preis AS preis_5, t0.kategorie_id AS kategorie_id_6 FROM gericht t0
Parameters:
[] |
| 2 | 0.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM kategorie t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 3 | 0.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM kategorie t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 4 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM kategorie t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 5 | 0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM kategorie t0 WHERE t0.id = ?
Parameters:
[
4
]
|
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\Gericht | No errors. |
| App\Entity\Kategorie | No errors. |