GET http://51.83.79.128:8005/swimmer/form/62

Query Metrics

6 Database Queries
6 Different statements
1.82 ms Query time
0 Invalid entities
237 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.51 ms
(28.27%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.short_name AS short_name_2, c0_.english_name AS english_name_3, c0_.continent_id AS continent_id_4 FROM country c0_ ORDER BY c0_.name ASC
Parameters:
[]
0.38 ms
(20.69%)
1
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:
[]
0.32 ms
(17.79%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.birth_date AS birth_date_4, t0.id_ffn AS id_ffn_5, t0.last_competition_date_update AS last_competition_date_update_6, t0.country_id AS country_id_7, t0.club_id AS club_id_8, t0.gender_id AS gender_id_9 FROM swimmer t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  62
]
0.22 ms
(12.18%)
1
SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.abbreviation AS abbreviation_2, g0_.css_ffn AS css_ffn_3 FROM gender g0_ ORDER BY g0_.name ASC
Parameters:
[]
0.21 ms
(11.31%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.abbreviation AS abbreviation_3, t0.css_ffn AS css_ffn_4 FROM gender t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.18 ms
(9.76%)
1
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
]

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\Country 225
App\Entity\Continent 6
App\Entity\Gender 4
App\Entity\Swimmer 1
App\Entity\Club 1