I think the issue with the slow storage read/write is that you have literally hundreds of very small files (most of which are old files which were modified). Doing a require("Storage").compact() would fix that - but it increases flash wear.
Hopefully if you use one of the cutting edge builds your problem should be sorted now!
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.
I think the issue with the slow storage read/write is that you have literally hundreds of very small files (most of which are old files which were modified). Doing a
require("Storage").compact()
would fix that - but it increases flash wear.Hopefully if you use one of the cutting edge builds your problem should be sorted now!