GET https://parkingsoft.de/

Query Metrics

13 Database Queries
3 Different statements
8.03 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

admin connection

Time Count Info
6.34 ms
(78.94%)
1
SELECT t0.id AS id_1, t0.json AS json_2, t0.updated AS updated_3, t0.connection_id AS connection_id_4 FROM ApiPreloadBooking t0
Parameters:
[]
1.07 ms
(13.29%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.role AS role_4 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "ayildirim"
]
0.62 ms
(7.77%)
11
SELECT t0.id AS id_1, t0.name AS name_2, t0.apiKey AS apiKey_3, t0.clientKey AS clientKey_4, t0.clientId AS clientId_5, t0.brokerFee AS brokerFee_6, t0.validUntil AS validUntil_7, t0.clientInternal_id AS clientInternal_id_8 FROM ApiConnection t0 WHERE t0.id = ?
Parameters:
[
  3
]

Database Connections

Name Service
admin doctrine.dbal.admin_connection
parking doctrine.dbal.parking_connection

Entity Managers

Name Service
admin doctrine.orm.admin_entity_manager
parking doctrine.orm.parking_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

admin entity manager

Class Mapping errors
App\Entity\Admin\ApiPreloadBooking No errors.
App\Entity\Admin\ApiConnection No errors.
App\Entity\Admin\DatabaseUser No errors.
App\Entity\Admin\ApiBooking
  • The field App\Entity\Admin\ApiBooking#customInformation is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Admin\BookingCustomInformation#apiBooking does not contain the required 'inversedBy="customInformation"' attribute.
  • The field App\Entity\Admin\ApiBooking#detailStatus is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Admin\BookingDetailStatus#apiBooking does not contain the required 'inversedBy="detailStatus"' attribute.
App\Entity\Admin\User No errors.
App\Entity\Admin\TimeTracker No errors.

parking entity manager

No loaded entities.