Kaydet (Commit) 6a30075e authored tarafından Åke Forslund's avatar Åke Forslund Kaydeden (comit) Tim Graham

Fixed #21140 -- Added 'Using cached sessions' to the performance guide.

Thanks EvilDMP for the suggestion.
üst 98e0453f
......@@ -272,6 +272,17 @@ time. Note that GZipMiddleware is currently considered a security risk, and is
vulnerable to attacks that nullify the protection provided by TLS/SSL. See the
warning in :class:`~django.middleware.gzip.GZipMiddleware` for more information.
Sessions
--------
:ref:`Using cached sessions <cached-sessions-backend>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:ref:`Using cached sessions <cached-sessions-backend>` may be a way to increase
performance by eliminating the need to load session data from a slower storage
source like the database and instead storing frequently used session data in
memory.
Static files
------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment