GET http://bytownia.dhlab.uj.edu.pl/komentarze-rzeczowe/dodaj

Query Metrics

6 Database Queries
6 Different statements
1.74 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
  12
]
2 0.14 ms
"START TRANSACTION"
Parameters:
[]
3 0.29 ms
INSERT INTO factual_comment (reference_id, basic_form, status, created_at, updated_at, deleted_at, created_by_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "FFJUUTFR"
  null
  0
  "2026-05-23 10:15:46"
  "2026-05-23 10:15:46"
  null
  12
]
4 0.19 ms
INSERT INTO ext_log_entries (action, logged_at, object_id, object_class, version, data, username) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "create"
  "2026-05-23 10:15:46"
  null
  "App\Entity\FactualComment"
  1
  "a:2:{s:9:"basicForm";N;s:6:"status";i:0;}"
  "janusz.gruchala@uj.edu.pl"
]
5 0.22 ms
UPDATE ext_log_entries SET object_id = ? WHERE id = ?
Parameters:
[
  "264"
  33923
]
6 0.45 ms
"COMMIT"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\FactualComment 1
Gedmo\Loggable\Entity\LogEntry 1