https://riders.pkchallenge.bzh/sections/30&filters=all

Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.83 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.name AS name_4, t0.length AS length_5, t0.departure AS departure_6, t0.arrival AS arrival_7, t0.plan AS plan_8, t0.is_open AS is_open_9, t0.description AS description_10, t0.color AS color_11, t0.sponsor_id AS sponsor_id_12, t0.created_by_id AS created_by_id_13, t0.secondary_sponsors_id AS secondary_sponsors_id_14, t0.third_sponsor_id AS third_sponsor_id_15 FROM piste t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "30"
]
2 2.97 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.name AS name_4, t0.link AS link_5, t0.logo AS logo_6 FROM sponsors t0
Parameters:
[]
3 1.24 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.name AS name_4, t0.length AS length_5, t0.departure AS departure_6, t0.arrival AS arrival_7, t0.plan AS plan_8, t0.is_open AS is_open_9, t0.description AS description_10, t0.color AS color_11, t0.sponsor_id AS sponsor_id_12, t0.created_by_id AS created_by_id_13, t0.secondary_sponsors_id AS secondary_sponsors_id_14, t0.third_sponsor_id AS third_sponsor_id_15 FROM piste t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "30"
]
4 3.57 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.time AS time_3, t0.piste_id AS piste_id_4, t0.user_id AS user_id_5, t0.support_id AS support_id_6 FROM time_pistes t0 WHERE t0.piste_id = ? ORDER BY t0.time ASC
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\Piste No errors.
App\Entity\Sponsors No errors.
App\Entity\User No errors.
App\Entity\TimePistes No errors.
App\Entity\Support No errors.