GET https://senbillets.com/

Query Metrics

1 Database Queries
1 Different statements
1.97 ms Query time
2 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 1.97 ms
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.event_date AS event_date_3, e0_.start_time AS start_time_4, e0_.end_time AS end_time_5, e0_.venue AS venue_6, e0_.address AS address_7, e0_.category AS category_8, e0_.image_url AS image_url_9, e0_.capacity AS capacity_10, e0_.sold_tickets AS sold_tickets_11, e0_.status AS status_12, e0_.tags AS tags_13, e0_.created_at AS created_at_14, e0_.updated_at AS updated_at_15, e0_.image AS image_16, e0_.qr_code_url AS qr_code_url_17, e0_.organizer_id AS organizer_id_18 FROM event e0_ WHERE e0_.status = ? AND e0_.event_date >= ? ORDER BY e0_.id DESC LIMIT 3
Parameters:
[
  "published"
  "2025-11-30 21:51:53"
]

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

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.