It's better to load it where you need it, and keep everything together.
Fuel is smart enough to detect that what you load is already loaded, and will abort the load immediatly, leaving the overhead limited to the method call.
If speed is really essential, and you're worried about file I/O: I run some of my apps from tmpfs (which is in memory) to solve that issue.