Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
4.02k stars 205 forks source link

[Bug] Source updates chapter list way longer compared to Android Mihon #977

Open KiRa937 opened 3 months ago

KiRa937 commented 3 months ago

Device information

Steps to reproduce

  1. Add KissLove extansion from keiyoushi repo
  2. Update any manga

Expected behavior

Chapter list updates within seconds.

Actual behavior

Chapter list update takes up to a minute.

Other details

Same behavior on iOS with Tachimanga, but when using Mihon on Bluestacks it works as expected. I compare it to the other source from same repo: MangaGun takes 2-3 seconds to update. I brought the issue to the keyoshi github repo (https://github.com/keiyoushi/extensions-source/issues/3716), but they couldn't reproduce it on Mihon. Is this the platform problem?

Robonau commented 3 months ago

this is expected, Suwayomi is running code designed to run on an android phone on a desktop pc, so it has to do stuff differently and sometimes that takes significantly longer

schroda commented 3 months ago

when fetching the chapter list of a manga, the real chapter urls are also retrieved (which mihon is not doing), which in case of this extension, results in a request per chapter which, depending on the amount of chapters, is taking forever