| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | jarlowrey |
I am loading some resources dynamically (using load instead of preload) because it is simpler to do so in code. However, I am worried that doing so is not performant. Are subsequent calls to load as resource (memory/cpu) instensive as the first call?