Query Metrics
4
Database Queries
4
Different statements
2.95 ms
Query time
2
Invalid entities
2
Managed entities
Queries
| #▲ | 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 |
|
| App\Entity\Event |
|