Prevent Tachiyomi and Mihon from throttling your requests by ignoring rate limits.
Mihon and Tachiyomi have a rate limit system based on OkHttp interceptors. This system is intended to prevent manga sources from being overloaded with too many requests and to avoid specific users from being blocked due to high network traffic (i.e. bulk downloads). This is achieved by deliberately waiting for a specific amount of seconds before sending HTTP requests.
This is a simple but efficient system that can prevent a lot of issues. However, the downside is that nowadays these rate limits are applied to every extension; even those that do not actually require any rate limit. “just in case”.
Unfortunately, this results in browsing and downloading being slower than necessary.
Bellow is a video comparison:
On the left side: Tachiyomi with the Sunny module enabled.
On the right side: Tachiyomi without the Sunny module.
Note that it takes more than 30 seconds to completely load the page without the module.
The minimum supported version is Tachiyomi v0.12.0. It might be compatible with older releases, but that is not guaranteed to work.
This was tested up to Mihon v0.16.5.
com.amanoteam.sunny
Release Type: Stable
8/15/2024, 7:25:46 PM