mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Pagination for the WEBUI #17093
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#17093
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aronmgv on GitHub (Aug 19, 2025).
Suggestion
My torrent list is almost 5000 and the WebUI really struggles to render it all.. Initial webui load takes 15-20 seconds.. Thus pagination is the only option.. make it realtime, so the webui acts as there are all torrents but only certain limit is being rendered.. when user filters something it filters everything, not only what is being on the current page. Basic logic of realtime web apps. Thanks!
Use case
No response
Extra info/examples/attachments
No response
@blixten85 commented on GitHub (Aug 20, 2025):
As a temporary fix for you, you can use VueTorrent. It has exactly what you are looking for.
Works well on cellphones too
@aronmgv commented on GitHub (Aug 20, 2025):
I actually tried it. However I still prefer qBittorent UI. Thanks!
@blixten85 commented on GitHub (Aug 21, 2025):
Yeah i feel you, i have the same issue when it comes to mobile UI. Would prefer the standard UI with mobile adaptation on such devices 😋
@tehcneko commented on GitHub (Aug 21, 2025):
This could be solved by #22502.
@blixten85 commented on GitHub (Aug 21, 2025):
I don’t see that option, I’m running 5.1.2
@HanabishiRecca commented on GitHub (Aug 23, 2025):
It is planned for release in 5.2.
Until then you could test it using some master branch build.
@aronmgv commented on GitHub (Aug 25, 2025):
Do you also plan to introduce pagination as well?
@HanabishiRecca commented on GitHub (Aug 25, 2025):
No, noone have implemented it.
And I don't see how it could be compatible with the upcoming virtual list approach anyway.
@aronmgv commented on GitHub (Aug 25, 2025):
As long as the search will work across all the torrents I am fine with it.. I have an instance with 30k torrents ready for testing :))