Query Metrics
2
Database Queries
2
Different statements
1.67 ms
Query time
2
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.96 ms |
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:
[
"31"
]
|
| 2 | 0.71 ms |
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:
[
31
]
|
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 | 3 |
| App\Entity\Event | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Event |
|
| App\Entity\User | No errors. |
| App\Entity\EventTicket | No errors. |
| App\Entity\Ticket | No errors. |
| App\Entity\BilletsRestants |
|
| App\Entity\CartItem | No errors. |