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

caching requests #51

Open
kylemac opened this issue Dec 9, 2015 · 1 comment
Open

caching requests #51

kylemac opened this issue Dec 9, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@kylemac
Copy link
Contributor

kylemac commented Dec 9, 2015

to avoid unnecessary network requests (and therefore contentful "bandwidth", which is limited depending on the amount of $ you pay) – we should cache the locals in-between "watch" compiles. to pull down fresh content that may have been edited since your last compile, you'll need to stop the watcher.

this configuration should be true by default, but overridden by cache: false in your extension config.

@janwirth
Copy link

janwirth commented Feb 6, 2016

+1 would also greatly improve development speed for people with not-so-fast internet.

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

3 participants