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.