Query Metrics
2
Database Queries
2
Different statements
1.22 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.97 ms (79.21%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3 FROM city t0 WHERE t0.id = ?
Parameters:
[
"349"
]
|
|
0.25 ms (20.79%) |
1 |
SELECT v0_.id AS id_0, v0_.address AS address_1, v0_.website AS website_2, v0_.name AS name_3, v0_.is_deleted AS is_deleted_4, v0_.is_visible AS is_visible_5, v0_.city_id AS city_id_6 FROM venue v0_ WHERE v0_.city_id = ? AND v0_.is_visible = 1 ORDER BY v0_.name ASC
Parameters:
[
349
]
|
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\City | No errors. |
| App\Entity\Venue | No errors. |
| App\Entity\User | No errors. |
| App\Entity\PubQuiz | No errors. |
| App\Entity\VenueTable | No errors. |
| App\Entity\QuizSeason | No errors. |