GET https://cataratashockeyclub.shophardware.com.ar/calendario

Query Metrics

8 Database Queries
6 Different statements
14.48 ms Query time
0 Invalid entities
14 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.17 ms
(35.70%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.cover_image AS cover_image_4 FROM championship t0 ORDER BY t0.name ASC
Parameters:
[]
4.89 ms
(33.77%)
1
SELECT t0.id AS id_1, t0.year AS year_2, t0.title AS title_3, t0.description AS description_4 FROM season_calendar t0 ORDER BY t0.year DESC
Parameters:
[]
1.87 ms
(12.95%)
2
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.championship_id = ? ORDER BY t0.event_date ASC
Parameters:
[
  2
]
1.75 ms
(12.07%)
2
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.description AS description_4, t0.location AS location_5, t0.cover_image AS cover_image_6, t0.calendar_id AS calendar_id_7, t0.championship_id AS championship_id_8 FROM season_event t0 WHERE t0.calendar_id = ? ORDER BY t0.event_date ASC
Parameters:
[
  2
]
0.51 ms
(3.54%)
1
SELECT t0.id AS id_1, t0.club_name AS club_name_2, t0.logo_path AS logo_path_3, t0.favicon_path AS favicon_path_4 FROM site_settings t0 LIMIT 1
Parameters:
[]
0.29 ms
(1.97%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.address AS address_4, t0.facebook AS facebook_5, t0.instagram AS instagram_6, t0.twitter AS twitter_7, t0.youtube AS youtube_8 FROM contact_settings t0 LIMIT 1
Parameters:
[]

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\SeasonEvent 8
App\Entity\SeasonCalendar 2
App\Entity\Championship 2
App\Entity\SiteSettings 1
App\Entity\ContactSettings 1

Entities Mapping

Class Mapping errors
App\Entity\SeasonCalendar No errors.
App\Entity\SeasonEvent No errors.
App\Entity\Championship No errors.
App\Entity\SiteSettings No errors.
App\Entity\ContactSettings No errors.