forked from SkepticMystic/graph-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Optimize Image Thumbnail Loading (Low Value, Low Risk)
File/Line: TableComponent.svelte:85-90
Description: Only load image buffers for visible items in the infinite scroll batch, and cancel promises for scrolled-away items.
Why: getImgBufferPromise loads images eagerly for all results, consuming memory. Lazy loading reduces UI lag and memory usage for image-heavy vaults. Low risk; enhances existing infinite scroll.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request