Query Metrics
5
Database Queries
5
Different statements
76.43 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 12.06 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" "proyectos" ] |
| 2 | 2.05 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_.padre_id = ? ORDER BY c0_.orden ASC LIMIT 8
Parameters:
[ "en" 23 ] |
| 3 | 22.16 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:
[ "en" 23 ] |
| 4 | 1.88 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 = ? ORDER BY c0_.orden ASC
Parameters:
[
"es"
]
|
| 5 | 38.28 ms |
SELECT t0_.llave AS llave_0, t1_.valor AS valor_1, t0_.url AS url_2 FROM texto t0_ LEFT JOIN texto_translation t1_ ON t0_.id = t1_.objeto_id LEFT JOIN locale l2_ ON t1_.locale_id = l2_.id WHERE l2_.locale = ?
Parameters:
[
"en"
]
|
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\Anuncio | No errors. |
| App\Entity\AnuncioTranslation | No errors. |
| App\Entity\CoreImage | No errors. |
| App\Entity\Propiedades |
|
| App\Entity\Texto | No errors. |
| App\Entity\TextoTranslation | No errors. |