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

Are we using MemoryCache for SimpleContent pages? And if not, should we? #575

Open
CrispinF opened this issue Jul 27, 2023 · 0 comments
Open
Assignees
Labels

Comments

@CrispinF
Copy link
Contributor

cloudscribe already uses MemoryCache for certain page elements such as the Navigation. The cache is busted when anything is done to change the menu.
We need to check whether we're already also using MemoryCache for SimpleContent pages, to avoid every SimpleContent page request hitting storage. If we are not, we should consider whether to introduce this to reduce load on database, particularly under heavy load or DOS attack.

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