-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add Netlify Gatsby cache plugin #194
Conversation
i think that's the problem i am experiencing either, thanks! |
@RNR1 Could you please describe your problem? I am looking for any additional debugging information. If possible, please do so by posting a new issue on https://github.com/netlify/build/issues. Thanks! |
well after checking for further info in the issue, i'm not sure that's it, my problem is on getting the images from cache when running npm run develop. then it's not showing the category photos on main page. |
@ehmicky do we want to also restrict the CDN publish to the |
It turns out only the I have investigated more this issue and summarized my findings in this comment. In a nutshell I would recommend:
|
Thanks @ehmicky |
@ehmicky you are fixing Netlify plugins here and NOT suggesting using Cypress for testing either on Netlify or on GitHub, I am disappointed |
@bahmutov i wouldn't be surprised if every climate site were using cypress in the next couple of months 😉 I'd be happy to pair on our first test anytime you'd like. |
This adds Netlify Gatsby cache plugin.
This plugin was previously added but removed due to a bug reported here.
I could not reproduce the problem, so I think this might have been fixed in the latest Netlify Build since we fixed several caching-related issues.
I am going to try to push to this PR several times in a row to ensure that the problem you encountered is not there anymore. Please keep this PR open until I can confirm everything looks good, thanks!