GET https://senbillets.com/events/7

Query Metrics

2 Database Queries
2 Different statements
1.94 ms Query time
2 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.28 ms
(65.87%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.event_date AS event_date_4, t0.start_time AS start_time_5, t0.end_time AS end_time_6, t0.venue AS venue_7, t0.address AS address_8, t0.category AS category_9, t0.image_url AS image_url_10, t0.capacity AS capacity_11, t0.sold_tickets AS sold_tickets_12, t0.status AS status_13, t0.tags AS tags_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.image AS image_17, t0.qr_code_url AS qr_code_url_18, t0.organizer_id AS organizer_id_19 FROM event t0 WHERE t0.id = ?
Parameters:
[
  "7"
]
0.66 ms
(34.13%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.quantity AS quantity_4, t0.sold AS sold_5, t0.description AS description_6, t0.early_bird AS early_bird_7, t0.end_date AS end_date_8, t0.event_id AS event_id_9 FROM ticket_type t0 WHERE t0.event_id = ?
Parameters:
[
  7
]

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\EventTicket 2
App\Entity\Event 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Event
  • The association App\Entity\Event#billetsRestants refers to the owning side field App\Entity\BilletsRestants#EventBilletsRestants which does not exist.
App\Entity\User No errors.
App\Entity\EventTicket No errors.
App\Entity\Ticket No errors.
App\Entity\BilletsRestants
  • The mappings App\Entity\BilletsRestants#event and App\Entity\Event#billetsRestants are inconsistent with each other.
  • If association App\Entity\BilletsRestants#event is one-to-one, then the inversed side App\Entity\Event#billetsRestants has to be one-to-one as well.
App\Entity\CartItem No errors.