検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 45 for caching (0.006 sec.)
Django's cache framework — Django 4.0.6 ドキュメント 14837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to cut as much overhead as possible. That's where caching comes in. To cache something is to save the result ... A final point about Memcached is that memory-based caching has a disadvantage: because the cached data is sto ... manent data storage, so don't rely on memory-based caching as your only data storage. Without a doubt, none o ... f the Django caching backends should be used for permanent storage -- t ...
https://man.plustar.jp/django/topics/cache.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 10963
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arget ) NONE_ID = _make_id ( None ) # A marker for caching NO_RECEIVERS = object () [ドキュメント] class Sign ... weakref(receiver) } """ def __init__ ( self , use_caching = False ): """ Create a new signal. """ self . rec ... = [] self . lock = threading . Lock () self . use_caching = use_caching # For convenience we create empty ca ... ches even if they are not used. # A note about caching: if use_caching is defined, then for each # distin ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 10228
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he template, might be the most appropriate choice. Caching ¶ Often it is expensive (that is, resource-hungry ... ful technique that Django includes a comprehensive caching framework, as well as other smaller pieces of cach ... ing functionality. The caching framework ¶ Django の caching framework は、動的な ... 体をキャッシュすることでさえ可能です。 Implementing caching should not be regarded as an alternative to improv ...
https://man.plustar.jp/django/topics/performance.html - [similar]
View decorators — Django 4.0.6 ドキュメント 10136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.views.decorators.http can be used to control caching behavior on particular views. condition ( etag_fun ... jango.views.decorators.vary can be used to control caching based on specific request headers. vary_on_cookie ... n building its cache key. See using vary headers . Caching ¶ The decorators in django.views.decorators.cache ... control server and client-side caching. cache_control ( ** kwargs ) ¶ This decorator patc ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 9952
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... imported in this fashion can or will be imported. Caching of anonymous pages could reveal CSRF token ¶ Djang ... o includes both a caching framework and a system for preventing cross-site r ... ue which must be submitted back with the form. The caching framework includes an option to cache responses to ... pass the check for the cookie. To remedy this, the caching framework will no longer cache such responses. The ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 9860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... imported in this fashion can or will be imported. Caching of anonymous pages could reveal CSRF token ¶ Djang ... o includes both a caching framework and a system for preventing cross-site r ... ue which must be submitted back with the form. The caching framework includes an option to cache responses to ... pass the check for the cookie. To remedy this, the caching framework will no longer cache such responses. The ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 9401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... imported in this fashion can or will be imported. Caching of anonymous pages could reveal CSRF token ¶ Djang ... o includes both a caching framework and a system for preventing cross-site r ... ue which must be submitted back with the form. The caching framework includes an option to cache responses to ... pass the check for the cookie. To remedy this, the caching framework will no longer cache such responses. The ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e the documentation on the TemplateResponse class. Caching changes ¶ Django 1.3 sees the introduction of seve ... ral improvements to the Django's caching infrastructure. Firstly, Django now supports multi ... ackend. For more details, see the documentation on caching in Django . Permissions for inactive users ¶ If yo ... vements to built-in template tags TemplateResponse Caching changes Permissions for inactive users GeoDjango M ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django を使う — Django 4.0.6 ドキュメント 7655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er-site cache The per-view cache Template fragment caching The low-level cache API 非同期サポート Downstream ... パフォーマンスと最適化 はじめに 一般的なアプローチ Caching 遅延について理解する データベース HTTP のパフォーマ ...
https://man.plustar.jp/django/topics/index.html - [similar]
Django 1.11.7 リリースノート — Django 4.0.6 ドキュメント 7564
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 11.6. Bugfixes ¶ Prevented cache.get_or_set() from caching None if the default argument is a callable that re ...
https://man.plustar.jp/django/releases/1.11.7.html - [similar]
PREV 1 2 3 4 5 NEXT