Bienvenido a MUTUAL.Sistema inteligente de administración de Mutuales.
|
|
Di Dio Sistemas S.A.(tec@didiosistemas.com.ar - Tel. 0261-4203784) |
Bienvenido a MUTUAL.Sistema inteligente de administración de Mutuales.
|
|
Di Dio Sistemas S.A.(tec@didiosistemas.com.ar - Tel. 0261-4203784) |
Action | Time Spent |
---|---|
Total Time | 1.4818 ms |
Controller Time | 0.0355 ms |
Render Time | 0.9525 ms |
Total Time | Engine | Count | Template | Content Type |
---|---|---|---|---|
0.9525 ms | mako | - | mutual.templates.seguridad.login | text/html |
0.8335 ms | mako | 1 | mutual.templates.seguridad.login |
Calls | Total | Percall | Cumu | CumuPer | Func |
---|---|---|---|---|---|
1 | 0.001 | 0.0010 | 0.019999999999999997 | 0.0200 | <tg/configurator/components/dispatch.py:113(_call_controller)> |
1 | 0.004999999999999999 | 0.0050 | 0.018999999999999996 | 0.0190 | <mutual/controllers/root.py:76(login)> |
4/2 | 0.006 | 0.0015 | 0.014 | 0.0070 | <tg/support/objectproxy.py:18(__getattr__)> |
2 | 0.004 | 0.0020 | 0.009999999999999998 | 0.0050 | <tg/request_local.py:234(_current_obj)> |
6/4 | 0.002 | 0.0003 | 0.006 | 0.0015 | {built-in method builtins.getattr} |
4 | 0.001 | 0.0003 | 0.001 | 0.0003 | {method 'startswith' of 'str' objects} |
2 | 0.001 | 0.0005 | 0.001 | 0.0005 | <tg/support/registry.py:52(_current_obj)> |
1 | 0.0 | 0.0000 | 0.0 | 0.0000 | {method 'disable' of '_lsprof.Profiler' objects} |
Name | Value |
---|---|
came_from | ['/'] |
Nothing here.
Nothing here.
Name | Value |
---|---|
SERVER_SOFTWARE | 'gevent/20.0 Python/3.6' |
SCRIPT_NAME | '' |
SERVER_NAME | 'ddsubuntu1804' |
SERVER_PORT | '8575' |
REQUEST_METHOD | 'GET' |
PATH_INFO | '/login' |
QUERY_STRING | 'came_from=%2F' |
SERVER_PROTOCOL | 'HTTP/1.1' |
REMOTE_ADDR | '3.238.82.77' |
HTTP_USER_AGENT | 'CCBot/2.0 (https://commoncrawl.org/faq/)' |
HTTP_ACCEPT | 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' |
HTTP_ACCEPT_LANGUAGE | 'en-US,en;q=0.5' |
HTTP_ACCEPT_ENCODING | 'br,gzip' |
HTTP_HOST | 'didiosistemas.com.ar:8575' |
HTTP_CONNECTION | 'Keep-Alive' |
Name | Value |
---|---|
identity | None |
response | "{'_status': '200 OK', '_headers': ResponseHeaders([('Cache-Control', 'no-cache'), ('Pragma', 'no-cache'), ('Content-Length', '0'), ('Content-Type', 'text/html; charset=utf-8')]), '_headerlist': [('Cache-Control', 'no-cache'), ('Pragma', 'no-cache'), ('Content-Length', '0'), ('Content-Type', 'text/html; charset=utf-8')], 'conditional_response': False, '_app_iter': [b'']}" |
Name | Value |
---|---|
GATEWAY_INTERFACE | 'CGI/1.1' |
SERVER_SOFTWARE | 'gevent/20.0 Python/3.6' |
SCRIPT_NAME | '' |
wsgi.version | (1, 0) |
wsgi.multithread | False |
wsgi.multiprocess | False |
wsgi.run_once | False |
wsgi.url_scheme | 'http' |
wsgi.errors | <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'> |
SERVER_NAME | 'ddsubuntu1804' |
SERVER_PORT | '8575' |
REQUEST_METHOD | 'GET' |
PATH_INFO | '/login' |
QUERY_STRING | 'came_from=%2F' |
SERVER_PROTOCOL | 'HTTP/1.1' |
REMOTE_ADDR | '3.238.82.77' |
REMOTE_PORT | '59572' |
HTTP_USER_AGENT | 'CCBot/2.0 (https://commoncrawl.org/faq/)' |
HTTP_ACCEPT | 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' |
HTTP_ACCEPT_LANGUAGE | 'en-US,en;q=0.5' |
HTTP_ACCEPT_ENCODING | 'br,gzip' |
HTTP_HOST | 'didiosistemas.com.ar:8575' |
HTTP_CONNECTION | 'Keep-Alive' |
wsgi.input | <gevent.pywsgi.Input object at 0x7f31eb255a08> |
wsgi.input_terminated | True |
webob._parsed_query_vars | (GET([('came_from', '/')]), 'came_from=%2F') |
paste.registry | <tg.support.registry.Registry object at 0x7f31eb2a3c50> |
repoze.who.api | <repoze.who.api.API object at 0x7f31eaefbb38> |
repoze.who.plugins | {'cookie': <AuthTktCookiePlugin 139852399209944>, 'form': <FastFormPlugin:/login_handler 139852399209888>, 'main_identifier': <FastFormPlugin:/login_handler 139852399209888>, 'tgappauth': <tg.configuration.auth.metadata._AuthMetadataAuthenticator object at 0x7f31ec936e10>} |
repoze.who.logger | <Logger auth (WARNING)> |
repoze.who.logins | 0 |
paste.cookies | (<SimpleCookie: >, '') |
tg.locals | <tg.wsgiapp.RequestLocals object at 0x7f31eaee67b8> |
beaker.cache | <beaker.cache.CacheManager object at 0x7f31ec92b7f0> |
beaker.session | {'_domain': None, '_path': '/', '_id': '4db42587dde54f43be66a1f84cb8a256'} |
beaker.get_session | <bound method SessionApplicationWrapper._get_session of <tg.appwrappers.session.SessionApplicationWrapper object at 0x7f31ec981198>> |
webob.adhoc_attrs | {'identity': None} |
webob._parsed_cookies | ({}, '') |
Path | Controller | Exposed Methods |
---|---|---|
/ | <class 'mutual.controllers.root.RootController'> | index, login, post_login, post_logout |
/secc | <class 'mutual.controllers.secure.SecureController'> | index, some_where |
/admin | <class 'tgext.admin.controller.AdminController'> | index, _lookup, lookup |
/error | <class 'mutual.controllers.error.ErrorController'> | document |
/seguridad | <class 'mutual.controllers.auth.SeguridadControlador'> | busca_pantalla_cambio_clave_dialog, blanquear_clave, cambia_clave, cambiar_clave |
/base | <class 'mutual.controllers.base.BaseControlador'> | agrega_nuevo_afiliado, buscar_datos_afiliado, alta_afiliado, modificar_afiliado, consultar_afiliado3, administracion_comercios, nuevo_comercio, agrega_modificar_comercio, verificar_documento, verificar_cuit, administrar_ordenes, nueva_oc, modificar_orden_compra, anular_orden_compra, modificar_comercio, guardar_orden_compra, consultar_comercio, administrar_afiliados, mostrar_ordenes_compra, buscar_cuotas_orden_compra, generar_vencimientos_cuota, envio_informacion, recepcion_informacion, cobrar_en_banco, registrar_recibo, registrar_fut_cobro, registrar_pago_recibo, administrar_notas_debcred, nueva_nota, guardar_nota_debito_credito, listar_ordenes_afiliado, cta_cte_afiliado, mostrar_deuda_comercio, actualizar_informacion, generar_informacion_guaymallen, generar_informacion_banco_nacion, generar_informacion_senadores, generar_informacion_asegurados, registro_asociados, resumen_retenciones_comercio, parametros, guardar_parametros, mostrar_cuotas, eliminar_afiliado, recuperar_afiliado, eliminar_comercio, recuperar_comercio, buscar_afiliados4, reporte_comercios, generar_reporte_comercios, deudas, reporte_deuda_historica, buscar_deuda_historica, calcular_edad_afiliado, administrar_asegurados, administrar_asegurados1, administrar_asegurados2, alta_asegurado, modificar_asegurado, agrega_nuevo_asegurado, administrar_jubilados, alta_jubilado, modificar_jubilado, agrega_nuevo_jubilado |
/_debugbar | <class 'tgext.debugbar.controller.DebugBarController'> | perform_sql, perform_ming |
/_debugbar/statics | <class 'tgext.debugbar.controller.StaticsController'> | _default |
Level | Time | Message | Location |
---|