GET http://vtclib.fr/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 7.74 ms
SELECT t0.id AS id_1, t0.brand AS brand_2, t0.model AS model_3, t0.vehicle_date AS vehicle_date_4, t0.fuel_type AS fuel_type_5, t0.license_plate AS license_plate_6, t0.vin_number AS vin_number_7, t0.odometer AS odometer_8, t0.weekly_rental_price AS weekly_rental_price_9, t0.is_available AS is_available_10, t0.status AS status_11, t0.review_url AS review_url_12, t0.current_driver_id AS current_driver_id_13 FROM vehicles t0 ORDER BY t0.id DESC LIMIT 6
Parameters:
[]
2 2.49 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = ?
Parameters:
[
  8
]
3 0.83 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = ?
Parameters:
[
  7
]
4 0.69 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = ?
Parameters:
[
  6
]
5 0.70 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.is_primary AS is_primary_4, t0.uploaded_at AS uploaded_at_5, t0.vehicle_id AS vehicle_id_6 FROM vehicle_images t0 WHERE t0.vehicle_id = ?
Parameters:
[
  5
]

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\VehicleImage 36
App\Entity\Vehicle 4

Entities Mapping

Class Mapping errors
App\Entity\Vehicle No errors.
App\Entity\User No errors.
App\Entity\GpsTracking No errors.
App\Entity\VehicleImage No errors.
App\Entity\Rental No errors.