Query Metrics
4
Database Queries
4
Different statements
3.38 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.36 ms (40.11%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.hall AS hall_3, t0.date AS date_4, t0.checkin AS checkin_5, t0.checkout AS checkout_6, t0.deadline AS deadline_7, t0.timezone AS timezone_8, t0.brochure_file AS brochure_file_9, t0.dateend AS dateend_10, t0.city_id AS city_id_11 FROM competition t0 WHERE t0.id = ?
Parameters:
[
"35"
]
|
|
1.05 ms (31.14%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.state AS state_3, t0.zone AS zone_4, t0.latitude AS latitude_5, t0.longitude AS longitude_6, t0.country_id AS country_id_7 FROM city t0 WHERE t0.id = ?
Parameters:
[
5968
]
|
|
0.54 ms (15.90%) |
1 |
SELECT t0.id AS id_1, t0.date_add AS date_add_2, t0.date_up AS date_up_3, t0.active AS active_4, t0.referee_id AS referee_id_5, t0.competition_id AS competition_id_6 FROM attribution t0 WHERE t0.competition_id = ?
Parameters:
[
35
]
|
|
0.43 ms (12.84%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.cca2 AS cca2_3, t0.cca3 AS cca3_4, t0.ccn3 AS ccn3_5, t0.sub_continent AS sub_continent_6, t0.continent_id AS continent_id_7 FROM country t0 WHERE t0.id = ?
Parameters:
[
134
]
|
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\Competition | No errors. |
| App\Entity\City | No errors. |
| App\Entity\Attribution | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Continent | No errors. |
| App\Entity\Referee | No errors. |