Query Metrics
3
Database Queries
3
Different statements
9.88 ms
Query time
0
Invalid entities
0
Managed entities
Queries
crux connection
| #▲ | Time | Info | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 3.89 ms |
SELECT COUNT(*) as total_boletas, COALESCE(SUM(bof_total), 0) as total_ventas, COALESCE(SUM(bof_neto), 0) as total_neto, COALESCE(SUM(bof_efectivo), 0) as efectivo_bruto, COALESCE(SUM(bof_vuelto), 0) as vuelto, COALESCE(SUM(bof_efectivo - bof_vuelto), 0) as efectivo, COALESCE(SUM(bof_tarjeta_debito), 0) as debito, COALESCE(SUM(bof_tarjeta_credito), 0) as credito, COALESCE(SUM(bof_transferencia), 0) as transferencia, COALESCE(SUM(bof_webpay), 0) as webpay, COALESCE(SUM(bof_credito), 0) as credito_interno, COUNT(DISTINCT caj_id) as cajas_activas, COUNT(DISTINCT usu_nusuario) as cajeros_activos, MIN(bof_hora) as primera_venta, MAX(bof_hora) as ultima_venta FROM ven_boleta_fiscal WHERE bof_fecha = ?
Parameters:
[
"2026-04-17"
]
|
||||||||||||||||
| 2 | 2.99 ms |
SELECT COALESCE(SUM(m.bfm_total), 0) as total_items FROM ven_boleta_fiscal_mov m INNER JOIN ven_boleta_fiscal b ON m.bof_numero = b.bof_numero AND m.caj_id = b.caj_id AND m.suc_id = b.suc_id WHERE b.bof_fecha = ?
Parameters:
[
"2026-04-17"
]
|
||||||||||||||||
| 3 | 3.00 ms |
SELECT COUNT(*) FROM ven_boleta_fiscal WHERE bof_fecha = ? AND ABS(bof_total - ((bof_efectivo - bof_vuelto) + bof_tarjeta_debito + bof_tarjeta_credito + bof_transferencia + bof_webpay + bof_credito)) > 1
Parameters:
[
"2026-04-17"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| crux | doctrine.dbal.crux_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.