Query Metrics
8
Database Queries
5
Different statements
3.74 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.39 ms (37.21%) |
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:
[
"30"
]
|
|
0.91 ms (24.20%) |
3 |
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:
[
208
]
|
|
0.64 ms (17.20%) |
2 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.avatar AS avatar_7, t0.birthday AS birthday_8, t0.gender AS gender_9, t0.phone1 AS phone1_10, t0.phone2 AS phone2_11, t0.kyorugi_number AS kyorugi_number_12, t0.poomsae_number AS poomsae_number_13, t0.kyorugi_class AS kyorugi_class_14, t0.poomsae_class AS poomsae_class_15, t0.kyorugi_ircard AS kyorugi_ircard_16, t0.poomsae_ircard AS poomsae_ircard_17, t0.created_at AS created_at_18, t0.is_verified AS is_verified_19, t0.active AS active_20, t0.country_id AS country_id_21, t0.secondcountry_id AS secondcountry_id_22 FROM referee t0 WHERE t0.id = ?
Parameters:
[
17
]
|
|
0.43 ms (11.43%) |
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:
[
4622
]
|
|
0.37 ms (9.96%) |
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:
[
30
]
|
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. |