gatsby-source-notion-api
gatsby-source-notion-api copied to clipboard
Build Caching
I've noticed when building a moderately small site that the initial sourcing can take quite a while. Would it be possible to leverage Gatsby's caching mechanism to use the local cache for nodes whose updated at time has not changed since the last fetch?
Thanks for creating such a great plugin!
That's a good point. I'll dig into this
Thanks!
It looks like there's a nice guide to this on the Gatsby website. Their approach seems simple enough, so I'm going to go ahead and add it.