From a3b91c034f655c8f9b925fb1d5c064efc3d40cb3 Mon Sep 17 00:00:00 2001 From: iacore Date: Sat, 17 Aug 2024 04:22:17 +0000 Subject: [PATCH] add Speculative Fetching to roadmap --- doc/dev/general.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/dev/general.md b/doc/dev/general.md index 1a44674..03de36e 100644 --- a/doc/dev/general.md +++ b/doc/dev/general.md @@ -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.