POST https://gestion.trievesconnect.fr/admin/customer/5/print-charge

Query Metrics

5 Database Queries
5 Different statements
3.59 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.51 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.is_verified AS is_verified_6 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.phone_number AS phone_number_3, t0.address AS address_4, t0.postal_code AS postal_code_5, t0.city AS city_6, t0.email AS email_7, t0.credits AS credits_8 FROM customer t0 WHERE t0.id = ?
Parameters:
[
  "5"
]
3 0.16 ms
"START TRANSACTION"
Parameters:
[]
4 0.38 ms
UPDATE customer SET credits = ? WHERE id = ?
Parameters:
[
  620
  5
]
5 2.13 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\Customer 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Customer No errors.