Changes between Initial Version and Version 1 of Ticket #6552, comment 25
- Timestamp:
- Mar 12, 2012, 8:56:10 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6552, comment 25
initial v1 1 +1 for mat, I cross 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 new cache!). 2 2 3 3 In my setup, daily avarage CPU LOAD, caused by this issue went to somethig like 2.52 from 0.3 ...