Redirect 301 redirect from GET @app_preventive_index (a6c1c6)

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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.40 ms
(23.54%)
1
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 ORDER BY t0.date DESC
Parameters:
[]
0.36 ms
(21.46%)
1
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 WHERE t0.id = ?
Parameters:
[
  1
]
0.31 ms
(18.72%)
1
SELECT t0.id AS id_1, t0.description AS description_2, t0.value AS value_3, t0.preventive_id AS preventive_id_4 FROM preventive_row t0 WHERE t0.preventive_id = ?
Parameters:
[
  1
]
0.31 ms
(18.26%)
1
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.preventive_id = ?
Parameters:
[
  1
]
0.30 ms
(18.02%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM customer_type t0 WHERE t0.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\Preventive 1
App\Entity\Customer 1
App\Entity\CustomerType 1

Entities Mapping

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