Reduce cpu usage on login
AeroScripts opened this issue ยท 1 comments
We can reduce CPU usage on login a few ways, one easy solution would be to wrap the entire base DB in a string, and then using loadstring() only when the db needs to be compiled
Currently the full db loads on login regardless of if it needs to be compiled or not (if not its immediately garbage collected)