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
My library solely consist of WebP CBZ - everything I add runs through a parser before being added.
Sometimes, mostly when skipping through bigger books, I need to wait for the pages to be preloaded. This means, that
Panels shows me a placeholder image while buffering the real image.
The logs show me, that every image is converted to jpeg, done in org.gotson.komga.domain.service.BookLifecycle. Ok so far if necessary. If I could increase the count of prefetched pages via a config, I would be able to reduce the waiting times.
Other details
No response
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
I have written a short but informative title.
I have updated the app to the latest version.
I will fill out all of the requested information in this form.
The text was updated successfully, but these errors were encountered:
Describe your suggested feature
I'm monstly reading via Panels / OPDS Stream.
My library solely consist of WebP CBZ - everything I add runs through a parser before being added.
Sometimes, mostly when skipping through bigger books, I need to wait for the pages to be preloaded. This means, that
Panels shows me a placeholder image while buffering the real image.
The logs show me, that every image is converted to jpeg, done in org.gotson.komga.domain.service.BookLifecycle. Ok so far if necessary. If I could increase the count of prefetched pages via a config, I would be able to reduce the waiting times.
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: