Open bport opened 8 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).
You can end up on another problem timesheet