The 2v11 firmware had a really big improvement with a file cache which should have drastically boosted load times (at least it did for me). It's also worth checking that Pretokenise apps before upload is turned on in your app loader.
There are other possibilities for making things faster as well - we can access flash memory via the CPU's own hardware, and we can improve the loadWidget code to cache all the widgets too. It's all stuff that is planned, but right now it's really just trying to get the basics right.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The 2v11 firmware had a really big improvement with a file cache which should have drastically boosted load times (at least it did for me). It's also worth checking that
Pretokenise apps before upload
is turned on in your app loader.There are other possibilities for making things faster as well - we can access flash memory via the CPU's own hardware, and we can improve the loadWidget code to cache all the widgets too. It's all stuff that is planned, but right now it's really just trying to get the basics right.