Query Metrics
3
Database Queries
3
Different statements
6.33 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.32 ms |
SELECT c0_.id AS id_0, c0_.imagen AS imagen_1, c1_.nombre AS nombre_2, c1_.resumen AS resumen_3, c0_.enlace AS enlace_4, c0_.slug AS slug_5, c0_.padre_id AS sclr_6, c0_.ordenmenu AS ordenmenu_7 FROM categoria_propiedades c0_ LEFT JOIN categoria_translation c1_ ON c0_.id = c1_.categoria_propiedades_id LEFT JOIN locale l2_ ON c1_.locale_id = l2_.id WHERE c0_.visible = 1 AND l2_.locale = ? AND c0_.slug = ? ORDER BY c0_.orden ASC LIMIT 8
Parameters:
[ "es" "pueblos" ] |
| 2 | 2.44 ms |
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:
[ 44 "es" ] |
| 3 | 1.57 ms |
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:
[ "es" 44 ] |
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\CategoriaPropiedades | No errors. |
| App\Entity\CategoriaTranslation | No errors. |
| App\Entity\Locale | No errors. |
| App\Entity\Propiedades |
|
| App\Entity\CoreImage | No errors. |
| App\Entity\PropiedadTranslation | No errors. |
| App\Entity\ServiciosPublicos | No errors. |
| App\Entity\Anuncio | No errors. |
| App\Entity\AnuncioTranslation | No errors. |