Changes between Version 1 and Version 2 of Ticket #6552, comment 25
- Timestamp:
- Mar 12, 2012, 8:57:24 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6552, comment 25
v1 v2 1 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 In my setup, daily avarage CPU LOAD, caused by this issue went to somethig like2.52 from 0.3 ...3 In my setup, daily avarage CPU LOAD, caused by this issue went to 2.52 from 0.3 ... 4 4 5 5 I didn't get so deep like mat, but problem is still there, I see two ways of 'fixing' this: