POST https://v1.acdn.by/api/status

Query Metrics

6 Database Queries
6 Different statements
116.55 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
56.33 ms
(48.33%)
1
SELECT t0.id AS id_1, t0.date AS date_2, t0.comment AS comment_3, t0.basket_id AS basket_id_4, t0.status AS status_5, t0.affiliation AS affiliation_6 FROM status t0 WHERE t0.basket_id IN (?)
Parameters:
[
  157788
]
54.59 ms
(46.84%)
1
SELECT s0_.id AS id_0, s0_.date AS date_1, s0_.comment AS comment_2, s0_.basket_id AS basket_id_3, s0_.status AS status_4, s0_.affiliation AS affiliation_5 FROM status s0_ WHERE s0_.basket_id IN (?)
Parameters:
[
  157788
]
3.98 ms
(3.42%)
1
"COMMIT"
Parameters:
[]
1.00 ms
(0.86%)
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:
[
  "ag@email.com"
]
0.41 ms
(0.35%)
1
INSERT INTO status (date, comment, basket_id, status, affiliation) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "2025-12-06 09:42:40"
  "Заказ принят!"
  157788
  7
  0
]
0.23 ms
(0.20%)
1
"START TRANSACTION"
Parameters:
[]

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\Status No errors.