GET http://51.83.79.128:8005/city/index/0/countryName/DESC

Query Metrics

4 Database Queries
4 Different statements
1.38 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.45 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.name_ffn AS name_ffn_2, c0_.country_id AS country_id_3 FROM city c0_ LEFT JOIN country c1_ ON c0_.country_id = c1_.id ORDER BY c1_.name DESC
Parameters:
[]
2 0.37 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c1_.id AS id_2, c1_.name AS name_3, COUNT(c2_.id) AS sclr_4 FROM competition c2_ INNER JOIN competition_type c0_ ON c2_.competition_type_id = c0_.id INNER JOIN competition_discipline c1_ ON c2_.competition_discipline_id = c1_.id GROUP BY c0_.id, c0_.name, c1_.id, c1_.name ORDER BY c1_.id ASC, c0_.id ASC
Parameters:
[]
3 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_name AS short_name_3, t0.english_name AS english_name_4, t0.continent_id AS continent_id_5 FROM country t0 WHERE t0.id = ?
Parameters:
[
  71
]
4 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.id_ffn AS id_ffn_5, t0.filename AS filename_6, t0.type_distribution AS type_distribution_7, t0.short_name AS short_name_8, t0.city_id AS city_id_9, t0.competition_type_id AS competition_type_id_10, t0.competition_discipline_id AS competition_discipline_id_11, t0.pool_size_id AS pool_size_id_12 FROM competition t0 WHERE t0.city_id = ?
Parameters:
[
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\City 1
App\Entity\Country 1
App\Entity\Continent 1

Entities Mapping