Query Metrics
1
Database Queries
1
Different statements
0.53 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.53 ms |
SELECT t0.id AS id_1, t0.public AS public_2, t0.status AS status_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.email AS email_6, t0.phone AS phone_7, t0.number_of_unequipped_players AS number_of_unequipped_players_8, t0.number_of_equipped_players AS number_of_equipped_players_9, t0.created AS created_10, t0.comment AS comment_11, t0.name AS name_12, t0.category AS category_13, t0.event_start AS event_start_14, t0.event_end AS event_end_15, t0.registrations_start AS registrations_start_16, t0.registrations_end AS registrations_end_17, t0.transportation_time AS transportation_time_18, t0.referee AS referee_19, t0.type AS type_20, t0.price AS price_21, t0.ammunition_price AS ammunition_price_22, t0.description AS description_23, t0.price_comment AS price_comment_24, t0.mail_sent AS mail_sent_25, t0.admin_comment AS admin_comment_26, t0.station AS station_27, t0.image AS image_28, t0.google_calendar_id AS google_calendar_id_29, t0.confirmed AS confirmed_30, t0.google_calendar_event_id AS google_calendar_event_id_31, t0.field_id AS field_id_32, t0.reservation_id AS reservation_id_33, t34.id AS id_35, t34.price AS price_36, t34.image AS image_37, t34.deleted AS deleted_38, t34.quantity AS quantity_39, t34.enabled_payments AS enabled_payments_40, t34.enabled_deliveries AS enabled_deliveries_41, t34.event_id AS event_id_42 FROM event t0 LEFT JOIN eshop_product t34 ON t34.event_id = t0.id WHERE t0.id = ?
Parameters:
[
23
]
|
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 | 1 |
| App\Entity\Field | 1 |
| App\Entity\Reservation | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Event | No errors. |
| App\Entity\Field | No errors. |
| App\Entity\Reservation | No errors. |
| App\Entity\EshopProduct | No errors. |
| App\Entity\Registration | No errors. |