GET https://dev.uppio.sk/bo/reservation/new

Query Metrics

5 Database Queries
5 Different statements
1.63 ms Query time
1 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 0.53 ms
SELECT t0.id AS id_1, t0.salutation AS salutation_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.phone AS phone_6, t0.birth_date AS birth_date_7, t0.identity_card AS identity_card_8, t0.roles AS roles_9, t0.hash AS hash_10, t0.password AS password_11, t0.date_created AS date_created_12, t0.date_updated AS date_updated_13, t0.is_verified AS is_verified_14, t0.company_id AS company_id_15 FROM user t0 WHERE t0.id = ?
Parameters:
[
  2
]
2 0.30 ms
SELECT t0.id AS id_1, t0.street AS street_2, t0.country AS country_3, t0.zip AS zip_4, t0.city AS city_5, t0.state AS state_6, t0.altitude AS altitude_7, t0.name AS name_8, t0.longitude AS longitude_9, t0.latitude AS latitude_10 FROM place t0
Parameters:
[]
3 0.21 ms
SELECT t0.id AS id_1, t0.date_update AS date_update_2, t0.technical_data AS technical_data_3, t0.type AS type_4, t0.tag AS tag_5, t0.date_create AS date_create_6 FROM vehicle_type t0
Parameters:
[]
4 0.31 ms
SELECT t0.id AS id_1, t0.salutation AS salutation_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.phone AS phone_6, t0.birth_date AS birth_date_7, t0.identity_card AS identity_card_8, t0.roles AS roles_9, t0.hash AS hash_10, t0.password AS password_11, t0.date_created AS date_created_12, t0.date_updated AS date_updated_13, t0.is_verified AS is_verified_14, t0.company_id AS company_id_15 FROM user t0 WHERE t0.is_verified = ?
Parameters:
[
  1
]
5 0.28 ms
SELECT t0.id AS id_1, t0.company AS company_2, t0.ic AS ic_3, t0.dic AS dic_4, t0.street AS street_5, t0.number AS number_6, t0.zip AS zip_7, t0.city AS city_8, t0.country AS country_9, t0.date_created AS date_created_10, t0.date_updated AS date_updated_11 FROM company t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\User 4
App\Entity\Place\Place 3
App\Entity\Vehicle\VehicleType 3
App\Entity\Company\Company 1

Entities Mapping

Class Mapping errors
App\Entity\User\User No errors.
App\Entity\Company\Company No errors.
App\Entity\Notification\UserNotification No errors.
App\Entity\Place\Place No errors.
App\Entity\Vehicle\VehicleType No errors.
App\Entity\Vehicle\Vehicle
  • The association App\Entity\Vehicle\Vehicle#positions refers to the owning side field App\Entity\Vehicle\VehiclePosition#vehicle which does not exist.
App\Entity\Vehicle\VehiclePrice No errors.