What's the best way to load commonly used variables from files? upon login or just when they are needed? I currently have like 50 variables loaded from files whenever a player logs on because I assumed it's better to just load everything at once but on the other hand could it cause server lag if say 10 players logged on simultaneously?