GET https://dot.cd/obligation/information/financiere/statistique

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.38 ms
SELECT SUM(i0_.chiffre_affaire) AS sclr_0, SUBSTRING(i0_.date_info FROM 1 FOR 4) AS sclr_1 FROM information_financiere i0_ WHERE i0_.is_publish = 1 GROUP BY sclr_1 ORDER BY sclr_1 ASC
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\Obligation\InformationFinanciere
  • The field App\Entity\Obligation\InformationFinanciere#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Obligation\InformationFinanciere#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.