Open cirex-web opened 10 months ago
We may be able to see some performance increases in general if we switch our Virtual DOM to Million.js (see #96) and switch our runtime to Bun (this would be a more massive undertaking).
or perhaps just use plain JSX rather than a UI framework?
Yeah, but, either way, I eventually wanted to switch out the Virtual DOM and runtime to Million.js and Bun for a long time. Million.js just wasn't stable back then although it is now. Bun is stable, but, it requires WSL for Windows since they're still working on a stable build for Windows (currently, unstable Windows build passes around 33% of Bun's internal tests).
So kind of could help kill two birds with one stone (i don't remember if that's the saying lol).
Expected Behavior
Rendering a single page should take ~16ms, but the panel page takes 20+ ms. This is quite bad when compared to the map page which has a render time of .5ms. (Performance should probably not be this bad when all we're displaying is a grid with some text)
Steps to Reproduce
.
Device Information
.