Project reinstalling Node at every wakeup making the "preparing..." sometimes really long

So since they seem to have solved the dependency reinstalling at every wakeup, all my project now reinstall node everytime they wake up no matter the version and even for the default version, Node installation time take randomly between 10s and 140s (most of the time being between 40s and 90s) which make accessing project being non-static site ridiculously long

Contact Glitch Support at here: support@glitch.com. Or submit a ticket at here.

So i got an answer from the support saying that any project will run a reinstall when waking up and that i should boost my app for this to only occur once every 12 hours.
Which doesn’t explain why the Node reinstalling each time is necessary when before they solve the dependency reinstallation issue node only needed to reinstall every few day…