Changes between Version 2 and Version 3 of Ticket #6552, comment 25


Ignore:
Timestamp:
Mar 12, 2012, 8:59:47 AM (12 years ago)
Author:
lpiatek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6552, comment 25

    v2 v3  
    1 +1 for mat, I crossed this issue today. When we remove django.contrib.messages.middleware.MessageMiddleware and keep the django.contrib.auth.middleware.AuthenticationMiddleware we automatically get session wide cache instead of full cache (django adds 'Vary: Cookie' to every response, so each unique user is new cache!).
     1+1 for mat, I crossed this issue today. When we remove django.contrib.messages.middleware.MessageMiddleware and keep the django.contrib.auth.middleware.AuthenticationMiddleware we automatically get session wide cache instead of full cache (django adds 'Vary: Cookie' to every response, so each unique user is 'under' new cache!).
    22
    33In my setup, daily avarage CPU LOAD, caused by this issue went to 2.52 from 0.3 ...
Back to Top