Improving scrolling performance via pretext #9287
Unanswered
OdeToOpenSource
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw this recently, https://github.com/chenglou/pretext. My understanding is this could help scrolling performance in Trilium where the DOM is forced to measure layouts.
Specially files the measure Heights, Widths, scroll_padding that I saw in a few files IE: https://github.com/TriliumNext/Trilium/blob/main/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx ; https://github.com/TriliumNext/Trilium/blob/main/apps/client/src/widgets/collections/board/column.tsx
Anyways, that is just theory, maybe not applicable to Trilium.
Beta Was this translation helpful? Give feedback.
All reactions