diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-07 12:58:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-07 13:08:45 -0400 |
| commit | 17b67e17a33e09c81be3dd2cfb5294ea9f5ae298 (patch) | |
| tree | b45bd277e91cdd2925c537afa04bd63528754991 /docs | |
| parent | 7fcd6aa6695b39370154d6993cdbb3ba4363de91 (diff) | |
[1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist.
Thanks mjtamlyn for the suggestion.
Backport of 4e784f337c from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/checklist.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt index 4ec0c266f8..2cc8da46de 100644 --- a/docs/howto/deployment/checklist.txt +++ b/docs/howto/deployment/checklist.txt @@ -87,6 +87,9 @@ and in production. Cache servers often have weak authentication. Make sure they only accept connections from your application servers. +If you're using Memcached, consider using :ref:`cached sessions +<cached-sessions-backend>` to improve performance. + :setting:`DATABASES` -------------------- |
