add Speculative Fetching to roadmap

This commit is contained in:
iacore
2024-08-17 04:22:17 +00:00
parent 77c2adf4c1
commit a3b91c034f
+3 -2
View File
@@ -39,8 +39,6 @@ A page to do more extensive searching.
Might require JavaScript for search recommendation, if wanted.
- [ ] Full landing page
There are a lot of sections for the landing page. https://www.pixiv.net/ajax/top/illust
The artwork parsing part has already been implemented flawlessly.
@@ -53,6 +51,9 @@ We only have to write the frontend code for those sections.
## To consider
- Speculative Fetching
Fetch images from pixiv and cache them while we send the response page to users. When they ask for those images, we already have those.
- App API support
May be painful to implement.
Required to fully replace Pixiv, if user actions won't work universally.