digitalfox / pydici

CRM, billing and staffing management web tool for consulting company
http://www.enioka.com/pydici-web/
GNU Affero General Public License v3.0
140 stars 63 forks source link

Caching problem on menu URL on turnover analysis page #200

Open bport opened 8 months ago

bport commented 8 months ago

You can end up on another problem timesheet

digitalfox commented 7 months ago

confirmed. Cache_page decorator is the culprit, it takes the whole page. Most of the time it's for an XHR fragment and does not harm. But for this report (and some other) it's a full page. No easy fix. We could use a lower lever cache (on template side or view side) but it would be less efficient (only server side).