GET http://rezervace-dev.pneuparking.cz/reservations

Query Metrics

2 Database Queries
2 Different statements
1.10 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.46 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.phone AS phone_5, t0.is_active AS is_active_6, t0.roles AS roles_7, t0.password AS password_8, t0.reset_token AS reset_token_9, t0.reset_token_expires_at AS reset_token_expires_at_10, t0.registration_token AS registration_token_11, t0.registration_token_expires_at AS registration_token_expires_at_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
  9
]
2 0.64 ms
SELECT r0_.id AS id_0, r0_.status AS status_1, r0_.starts_at AS starts_at_2, r0_.ends_at AS ends_at_3, r0_.duration_minutes AS duration_minutes_4, r0_.contact_first_name AS contact_first_name_5, r0_.contact_last_name AS contact_last_name_6, r0_.contact_phone AS contact_phone_7, r0_.contact_email AS contact_email_8, r0_.notes AS notes_9, r0_.estimated_total_cents AS estimated_total_cents_10, r0_.created_at AS created_at_11, r0_.user_id AS user_id_12, r0_.vehicle_id AS vehicle_id_13, r0_.workplace_id AS workplace_id_14, r0_.from_tire_set_id AS from_tire_set_id_15, r0_.to_tire_set_id AS to_tire_set_id_16 FROM reservation r0_ WHERE r0_.user_id = ? ORDER BY r0_.starts_at ASC, r0_.created_at ASC
Parameters:
[
  9
]

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\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Vehicle No errors.
App\Entity\Reservation No errors.
App\Entity\Workplace No errors.
App\Entity\TireSet No errors.