GET https://demolivio.garnockcode.ovh/customer

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.84 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.company_name AS company_name_4, t0.fiscal_code AS fiscal_code_5, t0.vat AS vat_6, t0.city AS city_7, t0.zip AS zip_8, t0.address AS address_9, t0.province AS province_10, t0.type_id AS type_id_11, t0.nationality_id AS nationality_id_12 FROM customer t0
Parameters:
[]
2 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM customer_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.66 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.number AS number_3, t0.customer_id AS customer_id_4, t0.vat_rate_id AS vat_rate_id_5, t0.status_id AS status_id_6 FROM contract t0 WHERE t0.customer_id = ?
Parameters:
[
  1
]
4 0.62 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.expire_on AS expire_on_3, t0.customer_id AS customer_id_4 FROM preventive t0 WHERE t0.customer_id = ?
Parameters:
[
  1
]
5 0.52 ms
SELECT t0.id AS id_1, t0.max_km AS max_km_2, t0.max_year AS max_year_3, t0.model AS model_4, t0.customer_id AS customer_id_5, t0.car_id AS car_id_6, t0.brand_id AS brand_id_7, t0.fuel_id AS fuel_id_8 FROM customer_negotiation t0 WHERE t0.customer_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\Customer 1
App\Entity\CustomerType 1
App\Entity\Preventive 1
App\Entity\CustomerNegotiation 1
App\Entity\Brand 1

Entities Mapping

Class Mapping errors
App\Entity\Customer No errors.
App\Entity\CustomerType No errors.
App\Entity\Nation No errors.
App\Entity\Contract No errors.
App\Entity\Preventive No errors.
App\Entity\CustomerNegotiation No errors.
App\Entity\VatRates No errors.
App\Entity\ContractStatus No errors.
App\Entity\PreventiveRow No errors.
App\Entity\PreventiveCar No errors.
App\Entity\Car No errors.
App\Entity\Brand No errors.
App\Entity\Fuel No errors.