tockler
tockler copied to clipboard
Mac Intel version dead slow
It should be slow on ARM chips: https://www.electronjs.org/blog/apple-silicon
if an ARM Mac user downloads the Intel (x64) version, it will run through Rosetta 2 emulation, which can cause significant performance issues.
But In actual Intel mac, it is still slow. Perhaps can improve a little bit!
Go over https://www.electronjs.org/docs/latest/tutorial/performance and optimize what you can. Optimize React routing to get better perceived performance.