GET https://demolivio.garnockcode.ovh/car/1/edit

Query Metrics

9 Database Queries
9 Different statements
3.88 ms Query time
0 Invalid entities
9 Managed entities

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT t0.id AS id_1, t0.model AS model_2, t0.version AS version_3, t0.vin AS vin_4, t0.license_plate AS license_plate_5, t0.color AS color_6, t0.km AS km_7, t0.registration AS registration_8, t0.deleted AS deleted_9, t0.buy_price AS buy_price_10, t0.sell_price_b2b AS sell_price_b2b_11, t0.sell_price_b2c AS sell_price_b2c_12, t0.brand_id AS brand_id_13, t0.status_id AS status_id_14, t0.fuel_id AS fuel_id_15 FROM car t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
2 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM fuel t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM car_status t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 0.39 ms
SELECT b0_.id AS id_0, b0_.name AS name_1 FROM brand b0_
Parameters:
[]
6 0.38 ms
SELECT f0_.id AS id_0, f0_.name AS name_1 FROM fuel f0_
Parameters:
[]
7 0.39 ms
SELECT c0_.id AS id_0, c0_.name AS name_1 FROM car_status c0_
Parameters:
[]
8 0.37 ms
SELECT t0.id AS id_1, t0.value AS value_2, t0.car_id AS car_id_3, t0.preventive_id AS preventive_id_4 FROM preventive_car t0 WHERE t0.car_id = ?
Parameters:
[
  1
]
9 0.33 ms
SELECT t0.id AS id_1, t0.car_id AS car_id_2, t0.contract_id AS contract_id_3 FROM contract_car t0 WHERE t0.car_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\CarStatus 5
App\Entity\Fuel 2
App\Entity\Car 1
App\Entity\Brand 1

Entities Mapping

Class Mapping errors
App\Entity\Car No errors.
App\Entity\Brand No errors.
App\Entity\CarStatus No errors.
App\Entity\Fuel No errors.
App\Entity\CarPhoto No errors.
App\Entity\ContractCar No errors.
App\Entity\PreventiveCar No errors.
App\Entity\CustomerNegotiation No errors.
App\Entity\Preventive No errors.
App\Entity\Contract No errors.