GET http://ultraslions-fleury.fr/billetterie/

Query Metrics

6 Database Queries
6 Different statements
7.98 ms Query time
0 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.81 ms
(22.63%)
1
SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.opponent AS opponent_2, t0_.match_date AS match_date_3, t0_.guest_availability_date AS guest_availability_date_4, t0_.member_availability_date AS member_availability_date_5, t0_.match_location AS match_location_6, t0_.venue AS venue_7, t0_.billetweb_url AS billetweb_url_8, t0_.price AS price_9, t0_.description AS description_10, t0_.stock AS stock_11, t1_.id AS id_12, t1_.name AS name_13, t1_.slug AS slug_14, t0_.image_id AS image_id_15, t0_.category_id AS category_id_16 FROM ticket t0_ LEFT JOIN ticket_category t1_ ON t0_.category_id = t1_.id WHERE t0_.match_date > ? AND ((t0_.guest_availability_date IS NULL OR t0_.guest_availability_date <= ?)) ORDER BY t0_.match_date ASC
Parameters:
[
  "2026-08-14 08:48:01"
  "2026-08-14 08:48:01"
]
1.45 ms
(18.11%)
1
SELECT DISTINCT e0_.season AS season_0 FROM event e0_ INNER JOIN event_category e1_ ON e0_.category_id = e1_.id WHERE e1_.section = ? AND e0_.season IS NOT NULL AND e0_.season <> '' ORDER BY e0_.season DESC
Parameters:
[
  "photos_de_match"
]
1.23 ms
(15.44%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.section AS section_4 FROM event_category t0 WHERE t0.section = ? ORDER BY t0.name ASC
Parameters:
[
  "medias"
]
1.23 ms
(15.41%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM ticket_category t0 ORDER BY t0.name ASC
Parameters:
[]
1.16 ms
(14.54%)
1
SELECT t0.id AS id_1, t0.path AS path_2, t0.alt AS alt_3, t0.updated_at AS updated_at_4, t0.gallery_id AS gallery_id_5, t0.group_page_id AS group_page_id_6, t0.merch_id AS merch_id_7, t0.event_id AS event_id_8, t0.post_id AS post_id_9 FROM media t0 WHERE t0.id = ?
Parameters:
[
  63
]
1.11 ms
(13.87%)
1
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.hero_title AS hero_title_3, t0.hero_subtitle AS hero_subtitle_4, t0.chants_subtitle AS chants_subtitle_5, t0.chants_title AS chants_title_6, t0.background_image_id AS background_image_id_7 FROM site_config t0 ORDER BY t0.id ASC 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\TicketCategory 2
App\Entity\EventCategory 1
App\Entity\SiteConfig 1
App\Entity\Media 1

Entities Mapping

Class Mapping errors
App\Entity\TicketCategory No errors.
App\Entity\Ticket No errors.
App\Entity\Media No errors.
App\Entity\EventCategory No errors.
App\Entity\Event No errors.
App\Entity\SiteConfig No errors.
App\Entity\Gallery No errors.
App\Entity\GroupPage No errors.
App\Entity\Merch No errors.
App\Entity\Post No errors.