Skip to content

Conversation

@korelstar
Copy link
Member

@korelstar korelstar commented Dec 29, 2019

Improves speed when switching between categories if there are many notes.

Background: there are many DOM operations done by VueJS in order to show the list of notes in the app navigation. This can be reduced (moved to later) with these changes.

Solution: Initially shows max. 30 notes in app navigation and the entry "Loading ..." at the bottom. If that entry becomes visible (because the user scrolls down), all further notes are shown. With this approach, the initial rendering time is reduced and moved to the point of time when the user wants to see the whole list of notes (which is likely to be seldom the case).

@korelstar korelstar added this to the 3.1.1 milestone Dec 29, 2019
@korelstar korelstar merged commit 0afcd7c into master Dec 29, 2019
@delete-merged-branch delete-merged-branch bot deleted the enhance-nav-speed branch December 29, 2019 22:49
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 this pull request may close these issues.

2 participants