Query Metrics
7
Database Queries
6
Different statements
258.83 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 36.25 ms |
SELECT t0.id AS id_1, t0.fullName AS fullName_2, t0.user AS user_3, t0.type AS type_4, t0.password AS password_5, t0.ciaId AS ciaId_6, t0.orden AS orden_7, t0.nro_prefactura AS nro_prefactura_8, t0.email AS email_9, t0.factor_compensacion AS factor_compensacion_10, t0.email_copia AS email_copia_11, t0.fecha_nac AS fecha_nac_12, t0.telefono AS telefono_13, t0.edit_user AS edit_user_14, t0.edit_date AS edit_date_15, t0.kill_user AS kill_user_16, t0.kill_date AS kill_date_17, t0.add_user AS add_user_18, t0.add_date AS add_date_19, t0.eliminado AS eliminado_20, t0.bup_pass AS bup_pass_21, t0.last_activity_at AS last_activity_at_22, t0.lastVersion AS lastVersion_23, t0.roleHonos AS roleHonos_24 FROM users t0 WHERE t0.id = ?
Parameters:
[
52
]
|
| 2 | 36.08 ms |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.valor AS valor_3, t0.parametros AS parametros_4 FROM configuracion t0 WHERE t0.clave = ? LIMIT 1
Parameters:
[
"mantenimiento"
]
|
| 3 | 36.11 ms |
SELECT t0.id AS id_1, t0.razonsocial AS razonsocial_2, t0.cuitempresa AS cuitempresa_3, t0.created_at AS created_at_4, t0.created_by AS created_by_5, t0.activa AS activa_6 FROM afip_empresa t0 WHERE t0.activa = ? LIMIT 1
Parameters:
[
1
]
|
| 4 | 36.19 ms |
SELECT t0.id AS id_1, t0.estado AS estado_2, t0.nombreservicio AS nombreservicio_3, t0.url AS url_4, t0.wsdl AS wsdl_5, t0.urlhomo AS urlhomo_6, t0.wsdlhomo AS wsdlhomo_7, t0.descripcion AS descripcion_8, t0.observaciones AS observaciones_9 FROM afip_servicio t0 WHERE t0.nombreservicio = ? LIMIT 1
Parameters:
[
"wsfe"
]
|
| 5 | 41.92 ms |
SELECT a0_.id AS id_0, a0_.cuitempresa AS cuitempresa_1, a0_.service AS service_2, a0_.generation_time AS generation_time_3, a0_.expiration_time AS expiration_time_4, a0_.sign AS sign_5, a0_.token AS token_6, a0_.archivo AS archivo_7 FROM afip_ticket_acceso a0_ WHERE a0_.expiration_time > ? AND a0_.cuitempresa LIKE ? AND a0_.service LIKE ? LIMIT 1
Parameters:
[ "2025-12-06 01:50:58" "30714578169" "wsfe" ] |
| 6 | 36.25 ms |
SELECT t0.id AS id_1, t0.estado AS estado_2, t0.nombreservicio AS nombreservicio_3, t0.url AS url_4, t0.wsdl AS wsdl_5, t0.urlhomo AS urlhomo_6, t0.wsdlhomo AS wsdlhomo_7, t0.descripcion AS descripcion_8, t0.observaciones AS observaciones_9 FROM afip_servicio t0 WHERE t0.nombreservicio = ? LIMIT 1
Parameters:
[
"wsfe"
]
|
| 7 | 36.04 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.metodo AS metodo_3, t0.url AS url_4, t0.descripcion AS descripcion_5, t0.observaciones AS observaciones_6, t0.fk_afip_servicio AS fk_afip_servicio_7 FROM afip_servicio_metodo t0 WHERE t0.nombre = ? LIMIT 1
Parameters:
[
"FEDummy"
]
|
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\Users | No errors. |
| App\Entity\PrefacturaCabecera | No errors. |
| App\Entity\ListasVerificadores | No errors. |
| App\Entity\Compensacion | No errors. |
| App\Entity\Adelanto | No errors. |
| App\Entity\Configuracion | No errors. |
| App\Entity\AfipEmpresa | No errors. |
| App\Entity\AfipEmpresaCertificado |
|
| App\Entity\AfipServicio | No errors. |
| App\Entity\AfipServicioMetodo | No errors. |
| App\Entity\AfipTicketAcceso | No errors. |