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

Nuxt Caching Layer #219

Open
StirStudios opened this issue Apr 6, 2024 · 1 comment
Open

Nuxt Caching Layer #219

StirStudios opened this issue Apr 6, 2024 · 1 comment

Comments

@StirStudios
Copy link

This might be something to consider on the nuxt side for caching:
https://dev.to/ymir/mastering-caching-in-nuxt-3-a-comprehensive-guide-22ea

@fago
Copy link
Contributor

fago commented Apr 30, 2024

I agree, that would be nice to support! In the end the change in server-routes to support it would be dead simple. Maybe we could just make our event handleres cached event handlers and expose some configuration options to adjust caching?

For the menu routes it makes a lot of sense to have some short-lived caches on by default imo, but we should watch out to vary caches by session cookie.

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

No branches or pull requests

2 participants