https://deltainformatique.org/ECF/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.72 ms
(100.00%)
1
SELECT t0.avis_id AS avis_id_1, t0.note AS note_2, t0.description AS description_3, t0.statut AS statut_4 FROM `avis` t0 WHERE t0.statut = ? ORDER BY t0.avis_id DESC LIMIT 6
Parameters:
[
  "validé"
]

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