POST https://parkingsoft.de/bookings/detail/status

Query Metrics

30 Database Queries
10 Different statements
10.08 ms Query time
1 Invalid entities

Queries

Group similar statements

admin connection

# Time Info
1 0.43 ms
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.id = ?
Parameters:
[
  2
]
2 7.44 ms
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:
[]
3 0.11 ms
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
]
4 0.07 ms
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:
[
  4
]
5 0.06 ms
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:
[
  5
]
6 0.05 ms
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:
[
  6
]
7 0.10 ms
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:
[
  7
]
8 0.05 ms
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:
[
  12
]
9 0.05 ms
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:
[
  13
]
10 0.05 ms
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:
[
  14
]
11 0.04 ms
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:
[
  15
]
12 0.06 ms
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:
[
  16
]
13 0.04 ms
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:
[
  21
]
14 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.nameInternal AS nameInternal_3, t0.color AS color_4, t0.icon AS icon_5, t0.position AS position_6 FROM DetailStatus t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
15 0.07 ms
SELECT t0.id AS id_1, t0.agency AS agency_2, t0.product AS product_3, t0.reference AS reference_4, t0.lastName AS lastName_5, t0.firstName AS firstName_6, t0.duration AS duration_7, t0.arrivalDate AS arrivalDate_8, t0.arrivalTime AS arrivalTime_9, t0.departureDate AS departureDate_10, t0.departureTime AS departureTime_11, t0.passengers AS passengers_12, t0.status AS status_13, t0.price AS price_14, t0.licensePlate AS licensePlate_15, t0.model AS model_16, t0.color AS color_17, t0.phone AS phone_18, t0.notice AS notice_19, t0.flightNumberArrival AS flightNumberArrival_20, t0.flightNumberDeparture AS flightNumberDeparture_21, t0.terminalDeparture AS terminalDeparture_22, t0.terminalArrival AS terminalArrival_23, t0.paymentStatus AS paymentStatus_24, t0.createdByApiAt AS createdByApiAt_25, t0.updatedByApiAt AS updatedByApiAt_26, t0.createdAt AS createdAt_27, t0.updatedAt AS updatedAt_28, t0.isNative AS isNative_29, t0.isManual AS isManual_30, t0.email AS email_31, t0.ApiConnection_id AS ApiConnection_id_32, t0.NativeDatabase_id AS NativeDatabase_id_33 FROM ApiBooking t0 WHERE t0.reference = ? LIMIT 1
Parameters:
[
  "DGD1L2"
]
16 0.06 ms
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.note AS note_3, t0.apiBooking_id AS apiBooking_id_4, t0.nativeDatabase_id AS nativeDatabase_id_5, t0.arrivalStatus_id AS arrivalStatus_id_6, t0.departureStatus_id AS departureStatus_id_7 FROM BookingDetailStatus t0 WHERE t0.apiBooking_id = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
  20724
]
17 0.06 ms
"START TRANSACTION"
Parameters:
[]
18 0.15 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  3
]
19 0.08 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  4
]
20 0.09 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  5
]
21 0.07 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  6
]
22 0.07 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "1484"
  7
]
23 0.08 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  12
]
24 0.08 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  13
]
25 0.06 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  14
]
26 0.06 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  15
]
27 0.06 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  16
]
28 0.06 ms
UPDATE ApiConnection SET clientId = ? WHERE id = ?
Parameters:
[
  "0"
  21
]
29 0.12 ms
UPDATE BookingDetailStatus SET departureStatus_id = ? WHERE id = ?
Parameters:
[
  3
  6624
]
30 0.09 ms
"COMMIT"
Parameters:
[]

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\User No errors.
App\Entity\Admin\TimeTracker No 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\DetailStatus No errors.
App\Entity\Admin\BookingCustomInformation No errors.
App\Entity\Admin\BookingDetailStatus No errors.
App\Entity\Admin\DepositRegister No errors.

parking entity manager

No loaded entities.