Query Metrics
29
Database Queries
7
Different statements
1.95 ms
Query time
0
Invalid entities
75
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.04 ms (53.34%) |
20 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.imagen AS imagen_3, t0.link AS link_4, t0.texto AS texto_5, t0.activo AS activo_6, t0.producto_id AS producto_id_7 FROM imagenes t0 WHERE t0.producto_id = ?
Parameters:
[
18
]
|
||||||||||||||||||||||||||||
|
0.27 ms (13.70%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.resumen AS resumen_3, t0.descripcion AS descripcion_4, t0.cabezal AS cabezal_5, t0.resolucion AS resolucion_6, t0.tinta AS tinta_7, t0.url AS url_8, t0.meta_titulo AS meta_titulo_9, t0.meta_descripcion AS meta_descripcion_10, t0.meta_keywords AS meta_keywords_11, t0.activo AS activo_12, t0.categorias AS categorias_13, t0.sub_titulo AS sub_titulo_14, t0.velocidades AS velocidades_15, t0.materiales AS materiales_16, t0.configuracion_cabezales AS configuracion_cabezales_17, t0.h_estandard AS h_estandard_18, t0.h_opcionales AS h_opcionales_19, t0.area_corte AS area_corte_20, t0.espesor AS espesor_21, t0.min_hoja AS min_hoja_22, t0.max_hoja AS max_hoja_23, t0.min_caja AS min_caja_24, t0.max_caja AS max_caja_25, t0.categoria_id AS categoria_id_26 FROM productos t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"polaroid-micro-plus"
]
|
||||||||||||||||||||||||||||
|
0.25 ms (12.80%) |
4 |
SELECT t0.id AS id_1, t0.categoria AS categoria_2, t0.padre AS padre_3, t0.texto AS texto_4, t0.logo AS logo_5, t0.icono AS icono_6, t0.activo AS activo_7 FROM categorias t0 WHERE t0.padre = ?
Parameters:
[
3
]
|
||||||||||||||||||||||||||||
|
0.14 ms (7.44%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.resumen AS resumen_3, t0.descripcion AS descripcion_4, t0.cabezal AS cabezal_5, t0.resolucion AS resolucion_6, t0.tinta AS tinta_7, t0.url AS url_8, t0.meta_titulo AS meta_titulo_9, t0.meta_descripcion AS meta_descripcion_10, t0.meta_keywords AS meta_keywords_11, t0.activo AS activo_12, t0.categorias AS categorias_13, t0.sub_titulo AS sub_titulo_14, t0.velocidades AS velocidades_15, t0.materiales AS materiales_16, t0.configuracion_cabezales AS configuracion_cabezales_17, t0.h_estandard AS h_estandard_18, t0.h_opcionales AS h_opcionales_19, t0.area_corte AS area_corte_20, t0.espesor AS espesor_21, t0.min_hoja AS min_hoja_22, t0.max_hoja AS max_hoja_23, t0.min_caja AS min_caja_24, t0.max_caja AS max_caja_25, t0.categoria_id AS categoria_id_26 FROM productos t0 WHERE t0.categoria_id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
|
0.13 ms (6.73%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.archivo AS archivo_3, t0.orden AS orden_4, t0.idioma AS idioma_5, t0.activo AS activo_6, t0.producto_id AS producto_id_7 FROM archivos t0 WHERE t0.producto_id = ? ORDER BY t0.idioma ASC, t0.orden ASC
Parameters:
[
18
]
|
||||||||||||||||||||||||||||
|
0.07 ms (3.38%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.video AS video_3, t0.texto AS texto_4, t0.orden AS orden_5, t0.activo AS activo_6, t0.imagen AS imagen_7, t0.producto_id AS producto_id_8 FROM videos t0 WHERE t0.producto_id = ?
Parameters:
[
18
]
|
||||||||||||||||||||||||||||
|
0.05 ms (2.61%) |
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.cabezal AS cabezal_3, t0.texto AS texto_4, t0.orden AS orden_5, t0.activo AS activo_6, t0.producto_id AS producto_id_7 FROM cabezales t0 WHERE t0.producto_id = ?
Parameters:
[
18
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Imagenes | 30 |
| App\Entity\Categorias | 21 |
| App\Entity\Productos | 20 |
| App\Entity\Archivos | 4 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Productos | No errors. |
| App\Entity\Categorias | No errors. |
| App\Entity\Videos | No errors. |
| App\Entity\Imagenes | No errors. |
| App\Entity\Archivos | No errors. |
| App\Entity\Cabezales | No errors. |