bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
2.08k stars 80 forks source link

Split webUI query #82

Closed mgdigital closed 7 months ago

mgdigital commented 7 months ago

Split the web UI query into 2 parts; one part fetches items and the other fetches aggregations (counts). This makes the UI seem more responsive as we don't have to wait for the aggregations to render the item results.