gatsby-plugin-netlify-cache icon indicating copy to clipboard operation
gatsby-plugin-netlify-cache copied to clipboard

Caches your Gatsby .cache and public folder to speed up your build time by 10x

Results 13 gatsby-plugin-netlify-cache issues
Sort by recently updated
recently updated
newest added

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Is it possible to have a option to set expiry on cache so that build cache gets cleaned at that expiry time?

Gatsby v3 are now release, but the plugins seems not be supported on netlify ? ``` warning Plugin gatsby-plugin-netlify-cache is not compatible with your gatsby version 3.1.1 - It requires...

Hey @axe312ger, this PR address #22. What do you think? - Add a `verbose` options that when enabled, will log out total amount of files instead - Use Gatsby's `reporter`...

I'm curious if there is any benefit to using this over the newly created netlify gatsby cache plugin? https://github.com/jlengstorf/netlify-plugin-gatsby-cache

Hello so I downloaded this plugin in the hopes to greatly speed up the build time and it is just as slow as before, actucually even slower. I simply just...

This plugin used to work for me but on the latest Gatsby and latest version of this plugin, it appears to not persist the cache at all. See this repro:...

On a website with 2938 pages I'm seeing just a tiny fraction being restored from the Netlify cache during a build. From a successful, primary branch build: ``` 2:28:56 PM:...