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

Implement page caching for reports #7222

Open
chiatt opened this issue Mar 19, 2021 · 0 comments
Open

Implement page caching for reports #7222

chiatt opened this issue Mar 19, 2021 · 0 comments
Assignees

Comments

@chiatt
Copy link
Member

chiatt commented Mar 19, 2021

If a user is logged in as admin, reports load relatively quickly because we don't need to check nodegroup permissions. For anonymous users however, nodegroup permissions must be checked and that can have a significant impact on performance. If possible we should improve performance of checking nodegroup permissions. However, we should still implement report caching because the pages are relatively static. This would improve performance for public facing applications that might get many requests from guest users.

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

No branches or pull requests

2 participants