You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make image load times more predictable for most users;
Give users the ability to compare it to wsrv.nl;
Reducing server load for the manga websites when users want to download certain manga chapters.
The code implementation should be quite simple since the logic is only about adding a prefix (i.e. https://0ms.dev/mirrors/) to the manga image URLs.
When users want to download certain manga chapters, instead of downloading from the original image URLs, Kotatsu app should download the images from the caching proxy URL, so multiple downloads of the same manga chapters won't end up being slow or burdening the manga websites, at least for the next 24 hours.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm opening this so anyone can discuss about improving image load times for potentially any manga websites as long as the image is cache-able.
Refer to #771 for more information.
This suggestion will:
The code implementation should be quite simple since the logic is only about adding a prefix (i.e.
https://0ms.dev/mirrors/
) to the manga image URLs.When users want to download certain manga chapters, instead of downloading from the original image URLs, Kotatsu app should download the images from the caching proxy URL, so multiple downloads of the same manga chapters won't end up being slow or burdening the manga websites, at least for the next 24 hours.
Beta Was this translation helpful? Give feedback.
All reactions