dgmid / nextcloud-notes-mac-client

Access and edit your Nextcloud Notes on the Mac
MIT License
73 stars 14 forks source link

Make display faster by (e.g.) downloading & rendering first the few most recent / relevant notes #63

Open kitatek opened 1 year ago

kitatek commented 1 year ago

This application rocks, hence I've been using it a lot, which causes speed issue with hundreds of notes and/or varying network speeds.

When I first open the application,it takes a long time before it displays the notes (think minutes), probably cause it downloads them all at first.

Would be great to improve the first open speed by either of these solutions:

  1. accessing the locally synchronized notes (ask for folder location) instead of server ones (we keep them synchronized locally for backup anyway)
  2. downloading and rendering first only the few recent notes, then the remaining in background

Surely IMO that could help more adoption of the application and nextcloud as well...

Thanks for attention.