POST https://hub-dev.maxfeld.legal/pipeline/928/direkt-speichern

Query Metrics

7 Database Queries
7 Different statements
3.24 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.54 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.display_name AS display_name_3, t0.author_name AS author_name_4, t0.initials AS initials_5, t0.address_uid AS address_uid_6, t0.role AS role_7, t0.password_hash AS password_hash_8, t0.is_active AS is_active_9, t0.last_login_at AS last_login_at_10, t0.created_at AS created_at_11 FROM user_account t0 WHERE t0.id = ?
Parameters:
[
  b"\x01ŸÖÕQôzÑ­’2åÃp?¿"
]

typo3 connection

# Time Info
1 0.55 ms
SELECT uid FROM tt_content WHERE tx_news_related_news=? AND deleted=0
Parameters:
[
  928
]
2 0.23 ms
SELECT uid FROM tx_mask_faq_items WHERE parentid IN (?) AND parenttable='tt_content' AND deleted=0
Parameters:
[
  7827
]
3 0.24 ms
SELECT `bodytext` FROM `tt_content` WHERE uid=?
Parameters:
[
  7827
]
4 0.11 ms
"START TRANSACTION"
Parameters:
[]
5 0.30 ms
UPDATE `tt_content` SET `bodytext` = ?, tstamp = ? WHERE uid = ?
Parameters:
[
  "<p>Dieser Satz wird gleich im Browser geaendert. Und dieser Satz kam im Browser dazu. Und dieser Satz kam im Browser dazu.</p>"
  1786086208
  7827
]
6 1.27 ms
"COMMIT"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
typo3 doctrine.dbal.typo3_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\UserAccount 1

Entities Mapping

Class Mapping errors
App\Entity\UserAccount No errors.