strapi-community / jekyll-strapi

Jekyll plugin to retrieve content from any Strapi API.
https://strapi.io
MIT License
57 stars 30 forks source link

[Feature Request] Cache unchanged array data i.e posts or products #25

Closed oDinZu closed 2 years ago

oDinZu commented 2 years ago

It would be great to have cache working for each array i.e. posts, products, etc..

If we have 1000 posts and have to build every post on each change, our developers won't be working. :smile_cat:

1. check if local data exists
2. if true exit
3. if false download data to cache dir
oDinZu commented 2 years ago

I am currently working on a my own solution and will share it at a later date.