Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.64 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.photo AS photo_4, t0.date_actualite AS date_actualite_5, t0.slug AS slug_6, t0.auteur AS auteur_7, t0.is_pubie AS is_pubie_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11, t0.categorie_actualite_id AS categorie_actualite_id_12, t0.user_id AS user_id_13 FROM actualite t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "La-province-du-Maniema-plongee-dans-le-noir-a-la-suite-de-la-greve-des-agents-de-SAKIMA"
]

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\Actualite\Actualite
  • The field App\Entity\Actualite\Actualite#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\Actualite\Actualite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actualite\CategorieActualite
  • The field App\Entity\Actualite\CategorieActualite#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\Actualite\CategorieActualite#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.