performance improvement ideas
- [x] while dragging cards (ctrl-a)
- [x] use transform (by delta?) instead of move x,y to avoid per frame repaints
- [x] don't jiggle connections after first px moved
- [x] draw connections with 1 canvas instead of many svgs?
- when renaming a space,
- [x] many small svgs are faster
- [x] is it possible to calculate or get the full list of points on each curve?
- space details list load perf
- throttle updates to spacelist below
- only load first n(60~) items until user scrolls (or after n seconds)
- [x] improve load space perf
- avoid re-sorts? ..
- [x] reduce render blocking
- [x] improve: load from local, then merge in remote
- load once?
- calc deltas?
- https://club.kinopio.club/t/bug-report-scroll-jitters/1285/4?hidden=true
- animate deltas?
- [x] https://kinopio.club/lucas-assigned-tasks-rdTMh6uIqS3gG1g1wEhGx client/server load delay fix
- [x] improve chunked card loading
performance improvement ideas
- [x] while dragging cards (ctrl-a)
- [x] use transform (by delta?) instead of move x,y to avoid per frame repaints
- [x] don't jiggle connections after first px moved
- [x] draw connections with 1 canvas instead of many svgs?
- when renaming a space,
- [x] many small svgs are faster
- [x] is it possible to calculate or get the full list of points on each curve?
- space details list load perf
- throttle updates to spacelist below
- only load first n(60~) items until user scrolls (or after n seconds)
- [x] improve load space perf
- avoid re-sorts? ..
- [x] reduce render blocking
- [x] improve: load from local, then merge in remote
- load once?
- calc deltas?
- https://club.kinopio.club/t/bug-report-scroll-jitters/1285/4?hidden=true
- animate deltas?
- [x] https://kinopio.club/lucas-assigned-tasks-rdTMh6uIqS3gG1g1wEhGx client/server load delay fix
- [x] improve chunked card loading