GET https://nouveau.lacassedugsm.fr/diagnostic

Query Metrics

3 Database Queries
3 Different statements
1.72 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 1.25 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM marque t0
Parameters:
[]
2 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM marque t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "Apple"
]
3 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.marque_id AS marque_id_3 FROM modele t0 WHERE t0.marque_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.

Entities Mapping

Class Mapping errors
App\Entity\Marque
  • The field App\Entity\Marque#tarifications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Tarification#marque does not contain the required 'inversedBy="tarifications"' attribute.
App\Entity\Piece No errors.
App\Entity\Modele
  • The field App\Entity\Modele#tarifications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Tarification#modele does not contain the required 'inversedBy="tarifications"' attribute.
App\Entity\Support No errors.
App\Entity\Tarification No errors.