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

Missing documentation #26

Open
simplenotezy opened this issue Feb 11, 2020 · 2 comments
Open

Missing documentation #26

simplenotezy opened this issue Feb 11, 2020 · 2 comments

Comments

@simplenotezy
Copy link

From the looks of it this looks like a very interesting package - so good job so far!

I do, however, think this documentation needs some more information on what it caches exactly. Does it cache my axios / async data calls? How do I purge the cache? What are the expected load time difference?

@ChucKN0risK
Copy link

I agree with @simplenotezy . I would like to cache my static assets in production however I still don't understand if this package does what I'm looking for.

@ThunderDev1
Copy link

From what I can gather, it caches the nuxt.render output. This means the response time should be very fast as no api calls need to be made, and the rendering is already done. I don't think it will cache external assets. The cache key is route based, so adding a query param for example should enable you to fetch a 'fresh' version of the page.

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

No branches or pull requests

3 participants