Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terrible performance with displaying large download queue #247

Closed
qu1ck opened this issue Oct 26, 2023 · 1 comment · Fixed by #251
Closed

Terrible performance with displaying large download queue #247

qu1ck opened this issue Oct 26, 2023 · 1 comment · Fixed by #251

Comments

@qu1ck
Copy link

qu1ck commented Oct 26, 2023

Describe the bug
For a large download queue (>1000 items) performance drops to the point of app freezing for multiple seconds on scroll or any update. Happens both on pc and android versions.

To Reproduce
Add a bunch of manga with many chapters to download queue at once. Navigate to downloads tab, try to scroll.
Expected behavior
Scrolling is responsive and app does not freeze.

Device information (Server)

  • Tachidesk version: v0.7.0-r1393
  • Server Operating System: official docker image
  • Server Desktop Environment: N/A
  • Server JVM version: whatever comes in the docker image

Device information (Client)

  • Client version: v0.5.17
  • Client Type: Android, Windows
  • Client Operating System: Android, Windows
  • Client Specifications: Ryzen 3900x PC, midrange android 13 phone

Additional context
I am not familiar with flutter but if it's anything like react then this list should be virtualized and items outside of the view should not be rendered.

@DattatreyaReddy
Copy link
Collaborator

Download List is rendered based on visibility.
IDK why it is getting frozen.
ill check it thank you for reporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants