milaq / YCast

Self hosted vTuner internet radio service emulation
Other
240 stars 93 forks source link

Add requests caching #119

Closed TobiasPankner closed 1 year ago

TobiasPankner commented 1 year ago

Cache requests using requests-cache.
This speeds up the loading times significally. In my case from 4s to 200ms (!).

The cache is also asynchronously revalidated every 6 hours so it never gets stale.