POST https://zamowienia.dhapps.co.pl/delivery/12450/edit

Query Metrics

5 Database Queries
5 Different statements
24.70 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
23.65 ms
(95.77%)
1
"COMMIT"
Parameters:
[]
0.53 ms
(2.14%)
1
UPDATE delivery SET invoice_no = ?, price = ?, receipt_date = ?, is_accepted = ?, accepted_at = ?, accepted_by_id = ? WHERE id = ?
Parameters:
[
  "000"
  "335.05"
  "2026-04-27 00:00:00"
  1
  "2026-05-15 18:20:43"
  11
  12450
]
0.27 ms
(1.10%)
1
SELECT t0.id AS id_1, t0.invoice_no AS invoice_no_2, t0.price AS price_3, t0.creation_date AS creation_date_4, t0.receipt_date AS receipt_date_5, t0.file AS file_6, t0.created_at AS created_at_7, t0.number AS number_8, t0.date_confirmed AS date_confirmed_9, t0.hash AS hash_10, t0.is_api AS is_api_11, t0.supplier_comment AS supplier_comment_12, t0.supplier_number AS supplier_number_13, t0.comment AS comment_14, t0.extra_data AS extra_data_15, t0.api_status AS api_status_16, t0.api_status_description AS api_status_description_17, t0.is_accepted AS is_accepted_18, t0.accepted_at AS accepted_at_19, t0.hotel_order_id AS hotel_order_id_20, t0.supplier_id AS supplier_id_21, t0.accepted_by_id AS accepted_by_id_22 FROM delivery t0 WHERE t0.id = ?
Parameters:
[
  "12450"
]
0.12 ms
(0.50%)
1
"START TRANSACTION"
Parameters:
[]
0.12 ms
(0.50%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.created_at AS created_at_8, t0.is_active AS is_active_9, t0.sell_limit AS sell_limit_10, t0.position AS position_11, t0.logo AS logo_12, t0.phone AS phone_13, t0.is_price_changed AS is_price_changed_14, t0.last_price_read_at AS last_price_read_at_15, t0.hotel_id AS hotel_id_16, t0.hotel_department_id AS hotel_department_id_17 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  11
]

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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Hotel No errors.
App\Entity\HotelDepartment No errors.
App\Entity\Order No errors.
App\Entity\Product No errors.
App\Entity\Delivery No errors.
App\Entity\HotelDepartmentCode No errors.
App\Entity\Supplier No errors.
App\Entity\DeliveryHasNotice No errors.
App\Entity\SystemLog No errors.