Copyright © DI DIO SISTEMAS S.A. 2025
Action | Time Spent |
---|---|
Total Time | 15.4040 ms |
Controller Time | 0.6905 ms |
Render Time | 8.3752 ms |
Total Time | Engine | Count | Template | Content Type |
---|---|---|---|---|
8.3752 ms | mako | - | andinotc.templates.seguridad.login | text/html |
7.8456 ms | mako | 1 | andinotc.templates.seguridad.login |
Calls | Total | Percall | Cumu | CumuPer | Func |
---|---|---|---|---|---|
1 | 0.002 | 0.0020 | 0.6749999999999999 | 0.6750 | <tg/configurator/components/dispatch.py:113(_call_controller)> |
1 | 0.29 | 0.2900 | 0.673 | 0.6730 | <andinotc/controllers/root.py:124(login)> |
2/1 | 0.006 | 0.0030 | 0.383 | 0.3830 | <tg/support/objectproxy.py:18(__getattr__)> |
1 | 0.003 | 0.0030 | 0.379 | 0.3790 | <tg/request_local.py:234(_current_obj)> |
3/2 | 0.372 | 0.1240 | 0.376 | 0.1880 | {built-in method builtins.getattr} |
1 | 0.002 | 0.0020 | 0.002 | 0.0020 | <tg/support/registry.py:52(_current_obj)> |
1 | 0.0 | 0.0000 | 0.0 | 0.0000 | {method 'get' of 'dict' objects} |
2 | 0.0 | 0.0000 | 0.0 | 0.0000 | {method 'startswith' of 'str' objects} |
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 | '8015' |
REQUEST_METHOD | 'GET' |
PATH_INFO | '/login' |
QUERY_STRING | 'came_from=%2F' |
SERVER_PROTOCOL | 'HTTP/1.1' |
REMOTE_ADDR | '18.97.14.85' |
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 | '200.59.146.130:8015' |
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 | '8015' |
REQUEST_METHOD | 'GET' |
PATH_INFO | '/login' |
QUERY_STRING | 'came_from=%2F' |
SERVER_PROTOCOL | 'HTTP/1.1' |
REMOTE_ADDR | '18.97.14.85' |
REMOTE_PORT | '38556' |
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 | '200.59.146.130:8015' |
HTTP_CONNECTION | 'Keep-Alive' |
wsgi.input | <gevent.pywsgi.Input object at 0x7f190ae36e88> |
wsgi.input_terminated | True |
webob._parsed_query_vars | (GET([('came_from', '/')]), 'came_from=%2F') |
paste.registry | <tg.support.registry.Registry object at 0x7f190b901470> |
repoze.who.api | <repoze.who.api.API object at 0x7f190afb4b70> |
repoze.who.plugins | {'cookie': <AuthTktCookiePlugin 139745682472856>, 'form': <FastFormPlugin:/login_handler 139745682472744>, 'main_identifier': <FastFormPlugin:/login_handler 139745682472744>, 'tgappauth': <tg.configuration.auth.metadata._AuthMetadataAuthenticator object at 0x7f1913c33ef0>} |
repoze.who.logger | <Logger auth (WARNING)> |
repoze.who.logins | 0 |
paste.cookies | (<SimpleCookie: >, '') |
tg.locals | <tg.wsgiapp.RequestLocals object at 0x7f19108d12e8> |
beaker.cache | <beaker.cache.CacheManager object at 0x7f1913c2b908> |
beaker.session | {'_domain': None, '_path': '/', '_id': 'e1fba73ed0d74d6f8a0624149304733f'} |
beaker.get_session | <bound method SessionApplicationWrapper._get_session of <tg.appwrappers.session.SessionApplicationWrapper object at 0x7f1913c7f2b0>> |
webob.adhoc_attrs | {'identity': None} |
webob._parsed_cookies | ({}, '') |
Path | Controller | Exposed Methods |
---|---|---|
/ | <class 'andinotc.controllers.root.RootController'> | index, about, environ, data, manage_permission_only, editor_user_only, login, post_login, post_logout |
/secc | <class 'andinotc.controllers.secure.SecureController'> | index, some_where |
/admin | <class 'tgext.admin.controller.AdminController'> | index, _lookup, lookup |
/error | <class 'andinotc.controllers.error.ErrorController'> | document |
/seguridad | <class 'andinotc.controllers.auth.SeguridadControlador'> | busca_pantalla_cambio_clave_dialog, blanquear_clave, cambia_clave, cambiar_clave, administrar_usuarios, usuario_show, agrega_modificar_usuario, groups, grupos_show, perfiles_show, agrega_modificar_grupo, agrega_modificar_perfil |
/base | <class 'andinotc.controllers.base.BaseControlador'> | buscar_provincias_por_pais, buscar_departamento_por_provincia, buscar_localidad_por_departamento, autocompletar_socio, misdatos, socio_cc, agrega_modificar_socio |
/turnos | <class 'andinotc.controllers.turnos.TurnosControlador'> | agrega_modificar_general, buscar_turnos, buscar_canchas_disponibles, agrega_reserva, anular_reserva, editar_reserva, administrar_canchas, canchas_show, bloquear_show, agrega_modificar_cancha, agrega_modificar_bloqueo, reservas, reservas_visual, reservas_socio |
/_debugbar | <class 'tgext.debugbar.controller.DebugBarController'> | perform_sql, perform_ming |
/_debugbar/statics | <class 'tgext.debugbar.controller.StaticsController'> | _default |
Level | Time | Message | Location |
---|