Query Metrics
2
Database Queries
2
Different statements
434.22 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
370.68 ms (85.37%) |
1 |
SELECT DISTINCT c.marca AS codigo, CONCAT('(', c.cross_reference, ')') AS descripcion, e.nombres AS categoriaPadre FROM cross_references c LEFT JOIN producto p ON p.id = c.id_producto LEFT JOIN estructura_ecommerce e ON e.id = CAST( substring( p.id_estructura_ecommerce FROM 'i:0;s:\d+:"(\d+)";' ) AS int ) WHERE p.status_infor = 1 AND p.sesion = false AND p.status_ecommerce = 1 ORDER BY c.marca ASC
Parameters:
[] |
|
63.54 ms (14.63%) |
1 |
SELECT p.descripcion_corta AS descripcion, CONCAT('(', p.idinfor, ')') AS codigo, e.nombres AS categoriaPadre FROM producto p LEFT JOIN estructura_ecommerce e ON e.id = CAST( substring( p.id_estructura_ecommerce FROM 'i:0;s:\d+:"(\d+)";' ) AS int ) WHERE p.status_infor = 1 AND p.sesion = false AND p.status_ecommerce = 1 ORDER BY p.descripcion_corta ASC
Parameters:
[] |
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 |
|---|
Entities Mapping
No loaded entities.