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


Ignore:
Timestamp:
Mar 12, 2012, 8:57:24 AM (12 years ago)
Author:
lpiatek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6552, comment 25

    v1 v2  
    11+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!).
    22
    3 In my setup, daily avarage CPU LOAD, caused by this issue went to somethig like 2.52 from 0.3 ...
     3In my setup, daily avarage CPU LOAD, caused by this issue went to 2.52 from 0.3 ...
    44
    55I didn't get so deep like mat, but problem is still there, I see two ways of 'fixing' this:
Back to Top