sag-enhanced / sage-issues

Issue tracker for SAGE
1 stars 0 forks source link

Add pagination to account list #25

Closed Le0Developer closed 3 months ago

Le0Developer commented 3 months ago

Describe the feature

Currently at 450 accounts and it's already lagging. Prolly should page at 100 accounts per page.

NB. Select all should still be all!

Use case

no lag

Additional context

No response

Le0Developer commented 3 months ago

Performance issues were also caused by the inefficient sorting algorithm used. I improved it. (~12x faster now) Still gonna add pagination though.