<TimMc>
I'm seeing a drop from ~1000 ms to ~100 ms. Nice work.
<isd>
mnutt: ^
<mnutt>
great to hear. It's a little unfortunate that node apps are not optimized for quick boot time; davros is a medium-sized app and did about 800 fs operations on start when it needed to do <15. The answer I've found so far is something like webpack/rollup but a number of node modules use dynamic commonjs requires which make that difficult.
griff_ has quit [Quit: griff_]
griff_ has joined #sandstorm
griff_ has quit [Quit: griff_]
griff_ has joined #sandstorm
xet7 has joined #sandstorm
_whitelogger has joined #sandstorm
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
DanC has quit [Ping timeout: 260 seconds]
DanC has joined #sandstorm
<TimMc>
There are about 300k files in node_modules dirs in my sandstorm folder, for a total of about 2 GB. (Sandstorm + apps.) I'm guessing there's a lot of room for improvement.
<TimMc>
(Starting with node's weird package management scheme, heh.)