https://league.charitycup.com/event/detroit-charity-cup-2022

Query Metrics

3 Database Queries
3 Different statements
1.47 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.81 ms
(0.00%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.slug AS slug_3, t0.short_description AS short_description_4, t0.description AS description_5, t0.event_picture AS event_picture_6, t0.start_date AS start_date_7, t0.end_date AS end_date_8, t0.location AS location_9, t0.active AS active_10, t0.created_at AS created_at_11 FROM event t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "detroit-charity-cup-2022"
]
0.37 ms
(0.00%)
1
SELECT e0_.id AS id_0, e0_.full_name AS full_name_1, e0_.slug AS slug_2, e0_.short_description AS short_description_3, e0_.description AS description_4, e0_.event_picture AS event_picture_5, e0_.start_date AS start_date_6, e0_.end_date AS end_date_7, e0_.location AS location_8, e0_.active AS active_9, e0_.created_at AS created_at_10 FROM event e0_ WHERE e0_.start_date >= ? ORDER BY e0_.start_date ASC LIMIT 1
Parameters:
[
  "2024-11-15 07:53:04"
]
0.30 ms
(0.00%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.slug AS slug_3, t0.short_description AS short_description_4, t0.description AS description_5, t0.competition_picture AS competition_picture_6, t0.start_date AS start_date_7, t0.end_date AS end_date_8, t0.location AS location_9, t0.active AS active_10, t0.min_down_payment AS min_down_payment_11, t0.created_at AS created_at_12, t0.event_id AS event_id_13 FROM competition t0 WHERE t0.event_id = ?
Parameters:
[
  2
]

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\Event No errors.
App\Entity\Competition No errors.
App\Entity\Participant No errors.