GET https://demolivio.garnockcode.ovh/payment-type/1/edit

Query Metrics

2 Database Queries
2 Different statements
1.31 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.79 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM payment_type t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
2 0.52 ms
SELECT t0.id AS id_1, t0.value AS value_2, t0.type_id AS type_id_3, t0.mode_id AS mode_id_4, t0.contract_id AS contract_id_5 FROM contract_payment t0 WHERE t0.type_id = ?
Parameters:
[
  1
]

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\PaymentType 1

Entities Mapping

Class Mapping errors
App\Entity\PaymentType No errors.
App\Entity\ContractPayment No errors.
App\Entity\PaymentMode No errors.
App\Entity\Contract No errors.