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

Adding block cache so that it can support full page caching of concrete5 #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

katzueno
Copy link

In concrete5, they have cache system.
But all blocks doesn't have the setting to support cache.

Adding cache option

I don't find any reason why Form, Content and Video should allow concrete5 to cache its content.
Since the dynamic contents are loaded via JS, so cocnrete5 side could be cached.
Therefore, I add the option to cache.

Tracker cache setting to be true for registered user

Changed the cache setting to registered user.

I can see the cases where concrete5 accept public registration such as community site.
"register usess" also include those public users.

So I suggest to change to cache the registered user as well.

Thanks.

@katzueno
Copy link
Author

This is related to #7

@biplobice
Copy link

Is there any update about this PR?

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

Successfully merging this pull request may close these issues.

2 participants