https://deltainformatique.org/ECF/regime/liste

Query Metrics

3 Database Queries
3 Different statements
13.19 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 12.72 ms
SELECT count(DISTINCT r0_.regime_id) AS sclr_0 FROM `regime` r0_
Parameters:
[]
2 0.24 ms
SELECT DISTINCT r0_.regime_id AS regime_id_0 FROM `regime` r0_ LIMIT 10
Parameters:
[]
3 0.24 ms
SELECT r0_.regime_id AS regime_id_0, r0_.libelle AS libelle_1 FROM `regime` r0_ WHERE r0_.regime_id IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1
  2
  3
  4
  5
  6
  7
  8
]

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\Regime
  • The field App\Entity\Regime#adaptes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Adapte#regime_id does not contain the required 'inversedBy: "adaptes"' attribute.
App\Entity\Adapte No errors.