queen-raae / gatsby-remark-oembed

A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
https://gatsby-remark-oembed.netlify.com/
MIT License
162 stars 25 forks source link

Caching responses from providers #117

Open raae opened 3 years ago

raae commented 3 years ago

If the link has already been resolved into its oEmbed counterpart we should not request it again for the build.

Also would there be any way to cache this between build?

raae commented 3 years ago

I see that got, that would substitute axios, has caching support built in. It could provide the caching without much custom code on our part.