GET https://services-routiers.com/service/technical-control

Query Metrics

1 Database Queries
1 Different statements
4.31 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 4.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.adresse AS adresse_3, t0.phone AS phone_4, t0.horaires AS horaires_5, t0.active AS active_6, t0.lieu AS lieu_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.prefecture_id AS prefecture_id_10 FROM centre t0 ORDER BY t0.created_at DESC
Parameters:
[]

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.

Entities Mapping

Class Mapping errors
App\Entity\Centre No errors.
App\Entity\Prefecture
  • The field App\Entity\Prefecture#centres is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Centre#prefecture does not contain the required 'inversedBy="centres"' attribute.