GET https://www.primigenagroup.com/admin/eventi/persona/32/cambia-stato

Query Metrics

4 Database Queries
4 Different statements
2.95 ms Query time
2 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.53 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.surname AS surname_4, t0.company AS company_5, t0.website AS website_6, t0.email AS email_7, t0.phone AS phone_8, t0.datetime AS datetime_9, t0.is_confirmed AS is_confirmed_10, t0.is_arrived AS is_arrived_11, t0.is_streaming AS is_streaming_12, t0.event_id AS event_id_13 FROM prim_event_registration t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "32"
]
2 0.12 ms
"START TRANSACTION"
Parameters:
[]
3 0.27 ms
UPDATE prim_event_registration SET is_arrived = ? WHERE id = ?
Parameters:
[
  0
  "32"
]
4 2.02 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\EventRegistration 1
App\Entity\Event 1

Entities Mapping

Class Mapping errors
App\Entity\EventRegistration
  • The association App\Entity\EventRegistration#event refers to the inverse side field App\Entity\Event#products which does not exist.
App\Entity\Event
  • The mappings App\Entity\Event#registrations and App\Entity\EventRegistration#event are inconsistent with each other.