Mad-Cookies-Studio / mad-productivity

Ever felt like being productive? No? Me neither.
MIT License
129 stars 13 forks source link

Cache node paths instead of using '$' where applicable #21

Open lentsius-bark opened 2 years ago

lentsius-bark commented 2 years ago

As originally proposed by WraithWinterly in #18 , the app could be made more performant by caching the $NodeName calls in on ready variables.

At the moment the $ function is called all over the app so it's necessary to go through the entirety of it, and apply where necessary.