GET http://cloud.novaimaging.co/logout

Query Metrics

3 Database Queries
3 Different statements
6.58 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.27 ms
"START TRANSACTION"
Parameters:
[]
2 4.49 ms
INSERT INTO client_info (id, ip, browser, browser_version, os, user_agent, type_registration, created_at, owner_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "019b72a8-7953-7b27-8140-3d2539ab3de7"
  "34.66.76.222"
  "Firefox"
  "146.0"
  "Macintosh"
  "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0"
  "Cierre de session"
  "2025-12-31 04:26:42"
  null
]
3 1.82 ms
"COMMIT"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
customer doctrine.dbal.customer_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
customer doctrine.orm.customer_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\ClientInfo 1

customer entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\ClientInfo No errors.
App\Entity\Users
  • The field App\Entity\Users#usersAuthorized is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Users#usersAuthorized does not contain the required 'mappedBy="usersAuthorized"' attribute.
  • The association App\Entity\Users#accessLinks refers to the owning side field App\Entity\AccessLink#owner which does not exist.

customer entity manager

No loaded entities.