iokode / butterfly

IOKode blog engine
1 stars 0 forks source link

Response cache #1

Open montyclt opened 2 years ago

montyclt commented 2 years ago

When a blog request occurs, Butterfly queries GitHub API and wait the API response, then it composes the HTML document and it sends the blog response.

Querying GitHub API takes time, so we Butterfly should cache the response and avoid querying GitHub API multiple times to get the same data.

montyclt commented 1 year ago

Requires #11