Query Metrics

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

Queries

Group similar statements

# Time Info
1 683.03 ms
SELECT p0_.id AS id_0, p1_.nombre AS nombre_1 FROM pais p0_ LEFT JOIN pais_translation p1_ ON p0_.id = p1_.objeto_id LEFT JOIN locale l2_ ON p1_.locale_id = l2_.id WHERE l2_.locale = ? GROUP BY p0_.id ORDER BY p1_.nombre ASC
Parameters:
[
  "es"
]
2 99.25 ms
SELECT d0_.id AS id_0, d1_.nombre AS nombre_1 FROM document_type d0_ LEFT JOIN document_type_translation d1_ ON d0_.id = d1_.object_id LEFT JOIN locale l2_ ON d1_.locale_id = l2_.id WHERE l2_.locale = ? GROUP BY d0_.id ORDER BY d1_.nombre ASC
Parameters:
[
  "es"
]

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\Pais
  • The mappings App\Entity\Pais#translations and App\Entity\PaisTranslation#objeto are inconsistent with each other.
  • The association App\Entity\Pais#users refers to the owning side field App\Entity\User#pais which is not defined as association, but as field.
  • The association App\Entity\Pais#users refers to the owning side field App\Entity\User#pais which does not exist.
  • The association App\Entity\Pais#propiedades refers to the owning side field App\Entity\Propiedades#pais which does not exist.
App\Entity\PaisTranslation
  • The association App\Entity\PaisTranslation#objeto refers to the inverse side field App\Entity\Pais#translation which does not exist.
App\Entity\Locale No errors.
App\Entity\DocumentType No errors.
App\Entity\DocumentTypeTranslation No errors.