mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
add Speculative Fetching to roadmap
This commit is contained in:
+3
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user