GET https://mre.fornetmaroc.com/fr/getConsulatsAmb%20assades?pays=1

Query Metrics

2 Database Queries
2 Different statements
2.08 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 1.67 ms
SELECT t0.id AS id_1, t0.nom_ar AS nom_ar_2, t0.nom_fr AS nom_fr_3, t0.supprime AS supprime_4, t0.pays_id AS pays_id_5, t0.ambassade_id AS ambassade_id_6 FROM consulats t0 WHERE t0.pays_id = ? AND t0.supprime = ?
Parameters:
[
  "1"
  0
]
2 0.41 ms
SELECT t0.id AS id_1, t0.nom_ar AS nom_ar_2, t0.nom_fr AS nom_fr_3, t0.supprime AS supprime_4, t0.pays_id AS pays_id_5 FROM ambassades t0 WHERE t0.pays_id = ? AND t0.supprime = ?
Parameters:
[
  "1"
  0
]

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\Consulats
  • The association App\Entity\Consulats#demandes refers to the owning side field App\Entity\Demandes#Consulat which does not exist.
App\Entity\Pays No errors.
App\Entity\Ambassades No errors.
App\Entity\Demandes
  • The mappings App\Entity\Demandes#consulat and App\Entity\Consulats#demandes are inconsistent with each other.
  • The association App\Entity\Demandes#ambassade refers to the inverse side field App\Entity\Ambassades#demandes which does not exist.
App\Entity\Utilisateurs No errors.