{% extends "pylucid_admin/base_site.html" %} {% load i18n %} {% block content %} {% lucidTag TOC %}
current pid: {{ pid }}
| id | item count | size | last reset | global update time | cleared | init | request | own cleared | ext cleared |
|---|---|---|---|---|---|---|---|---|---|
| {{ item.instance.id }} | {{ item.length }} | {% if item.size %}{{ item.size|filesizeformat }}{% else %}-{% endif %} | {{ item.instance.last_reset }} ({{ item.last_reset_datetime }} - since: {{ item.last_reset_datetime|timesince }}) | {% if item.global_update_time %} {{ item.global_update_time }} ({{ item.global_update_datetime }} - since: {{ item.global_update_datetime|timesince }}) {% else %} - {% endif %} | {{ item.cleared|yesno }} | {{ item.init_counter }} | {{ item.instance.request_counter }} | {{ item.instance.own_clear_counter }} | {{ item.instance.ext_clear_counter }} |
| FetchFromCacheMiddleware | |||
|---|---|---|---|
| local request count | local cache hit count | global request count | global cache hit count |
| {{ local_cache_requests|default_if_none:"deactivated" }} | {{ local_cache_request_hits|default_if_none:"deactivated" }} | {{ global_cache_requests|default_if_none:"deactivated" }} | {{ global_cache_request_hits|default_if_none:"deactivated" }} |
| UpdateCacheMiddleware | |||
| local response count | local cache hit count | global response count | global cache hit count |
| {{ local_cache_responses|default_if_none:"deactivated" }} | {{ local_cache_response_hits|default_if_none:"deactivated" }} | {{ global_cache_responses|default_if_none:"deactivated" }} | {{ global_cache_response_hits|default_if_none:"deactivated" }} |
{{ cnonce_count }}x cnonce ({{ cnonce_size|filesizeformat }}) sended: {{ used_cnonces }}
(Only valid in this living process instance!)
| module / function name | url name | url / regex |
|---|---|---|
| {{ url_info.module }}.{{ url_info.func_name }}() | {{ url_info.url_name }} | {{ url_info.url }} |
| app_label.codename | verbose title |
|---|---|
| {{ permission.content_type.app_label }}.{{ permission.codename }} | {{ permission }} |