Query Metrics

2 Database Queries
2 Different statements
4.34 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.19 ms
(50.43%)
1
SELECT p0_.id AS id_0, p1_.nombre AS nombre_1, p1_.subtitulo AS subtitulo_2, c2_.image AS image_3, p0_.lat AS lat_4, p0_.lng AS lng_5, GROUP_CONCAT(JSON_OBJECT('nombre', s3_.nombre, 'image', s3_.image)) AS sclr_6 FROM propiedades p0_ INNER JOIN categoria_propiedades_propiedades c5_ ON p0_.id = c5_.propiedades_id INNER JOIN categoria_propiedades c4_ ON c4_.id = c5_.categoria_propiedades_id LEFT JOIN core_image c2_ ON p0_.id = c2_.propiedades_id AND (c2_.principal = 1) LEFT JOIN propiedad_translation p1_ ON p0_.id = p1_.objeto_id LEFT JOIN servicios_publicos_propiedades s6_ ON p0_.id = s6_.propiedades_id LEFT JOIN servicios_publicos s3_ ON s3_.id = s6_.servicios_publicos_id LEFT JOIN locale l7_ ON p1_.locale_id = l7_.id WHERE c4_.id = ? AND l7_.locale = ? AND p0_.visible = 1 AND p0_.verificada = 1 GROUP BY p0_.id ORDER BY c4_.orden ASC
Parameters:
[
  45
  "en"
]
2.15 ms
(49.57%)
1
SELECT DISTINCT a0_.id AS id_0, a0_.link AS link_1, a0_.orden AS orden_2, a1_.titulo AS titulo_3, a1_.frase AS frase_4, c2_.image AS image_5 FROM anuncio a0_ INNER JOIN anuncio_translation a1_ ON a0_.id = a1_.objeto_id INNER JOIN locale l3_ ON a1_.locale_id = l3_.id LEFT JOIN core_image c2_ ON a0_.image_id = c2_.id LEFT JOIN anuncio_categoria_propiedades a5_ ON a0_.id = a5_.anuncio_id LEFT JOIN categoria_propiedades c4_ ON c4_.id = a5_.categoria_propiedades_id LEFT JOIN anuncio_propiedades a7_ ON a0_.id = a7_.anuncio_id LEFT JOIN propiedades p6_ ON p6_.id = a7_.propiedades_id WHERE l3_.locale = ? AND a0_.visible_seccion = 1 AND (c4_.id = ? OR c4_.id IS NULL) ORDER BY a0_.orden ASC
Parameters:
[
  "en"
  45
]

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\Propiedades
  • The association App\Entity\Propiedades#categoriasproductos refers to the inverse side field App\Entity\CategoriaPropiedades#c which does not exist.
App\Entity\CategoriaPropiedades No errors.
App\Entity\CoreImage No errors.
App\Entity\PropiedadTranslation No errors.
App\Entity\ServiciosPublicos No errors.
App\Entity\Locale No errors.
App\Entity\Anuncio No errors.
App\Entity\AnuncioTranslation No errors.