GET https://sodimico.cd/autres/amodiation/operations

Query Metrics

3 Database Queries
3 Different statements
1.23 ms Query time
6 Invalid entities

Queries

Group similar statements

# Time Info
1 0.73 ms
SELECT t0.id AS id_1, t0.date_cession AS date_cession_2, t0.operation AS operation_3, t0.valeur AS valeur_4, t0.type_cession AS type_cession_5, t0.annotation AS annotation_6, t0.cedant AS cedant_7, t0.cessionnaire AS cessionnaire_8, t0.id_dw AS id_dw_9, t0.is_publish AS is_publish_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.titre_id AS titre_id_14, t0.arrete_id AS arrete_id_15, t0.user_id AS user_id_16 FROM cession t0 WHERE t0.is_publish = ? ORDER BY t0.id ASC LIMIT 10
Parameters:
[
  1
]
2 0.25 ms
SELECT t0.id AS id_1, t0.date_debut AS date_debut_2, t0.date_fin AS date_fin_3, t0.statut AS statut_4, t0.phase AS phase_5, t0.anotation AS anotation_6, t0.amodiant AS amodiant_7, t0.amodiateur AS amodiateur_8, t0.id_dw AS id_dw_9, t0.is_publish AS is_publish_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.arrete_id AS arrete_id_14, t0.titre_id AS titre_id_15, t0.user_id AS user_id_16 FROM amodiation t0 WHERE t0.is_publish = ? ORDER BY t0.id ASC LIMIT 10
Parameters:
[
  1
]
3 0.24 ms
SELECT t0.id AS id_1, t0.date_option AS date_option_2, t0.annotation AS annotation_3, t0.partenaire AS partenaire_4, t0.detentaire AS detentaire_5, t0.id_dw AS id_dw_6, t0.is_publish AS is_publish_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.arrete_id AS arrete_id_11, t0.titre_id AS titre_id_12, t0.user_id AS user_id_13 FROM `option` t0 WHERE t0.is_publish = ? ORDER BY t0.id ASC LIMIT 10
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\Activite\Cession
  • The association App\Entity\Activite\Cession#arrete refers to the inverse side field App\Entity\Transparence\Arrete#cessions which does not exist.
  • The field App\Entity\Activite\Cession#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\Activite\Cession#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\TitreMinier
  • The association App\Entity\Activite\TitreMinier#arrete refers to the inverse side field App\Entity\Transparence\Arrete#titreMiniers which does not exist.
  • The field App\Entity\Activite\TitreMinier#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\Activite\TitreMinier#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\Arrete
  • The field App\Entity\Transparence\Arrete#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\Transparence\Arrete#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\User
  • The field App\Entity\User#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\User#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Autres\Amodiation
  • The association App\Entity\Autres\Amodiation#arrete refers to the inverse side field App\Entity\Transparence\Arrete#amodiations which does not exist.
  • The field App\Entity\Autres\Amodiation#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\Autres\Amodiation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Option
  • The association App\Entity\Activite\Option#arrete refers to the inverse side field App\Entity\Transparence\Arrete#options which does not exist.
  • The field App\Entity\Activite\Option#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\Activite\Option#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.