yukino-org / kazahana-v3

❄️ An extension based Anime & Manga client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Caching pages instead of rescraping them everytime

dconixDev opened this issue · comments

Is your feature request related to a problem? Please describe.
The UX can be improved by caching data which doesnt change often.

Describe the solution you'd like
Caching websites that dont need to be rescraped everytime you open them but only once per day(e.g. Home/All) or once per hour (e.g. anime/manga information scraped from MAL).
If youre going back once, the page is rescraped which i find unnecessary since nearly no data is changed in that short of a timespan.

Additional context
This missing feature is more noticeable on mobile since the scraping process is slower, not by a whole lot but enough to be annoying when moving through different pages.
This feature is not a necessity since everything is scraped quite quickly but this would make the UX quite a bit better since you wouldnt have to rescrape the same data more then when necessary.