Questie

Questie

116M Downloads

Reduce cpu usage on login

AeroScripts opened this issue ยท 1 comments

commented

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)

commented

Needs a specific task.