Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching problem on menu URL on turnover analysis page #200

Open
bport opened this issue Mar 6, 2024 · 1 comment
Open

Caching problem on menu URL on turnover analysis page #200

bport opened this issue Mar 6, 2024 · 1 comment
Labels

Comments

@bport
Copy link
Contributor

bport commented Mar 6, 2024

You can end up on another problem timesheet

@digitalfox digitalfox added the bug label Apr 3, 2024
@digitalfox
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants