If you are using webgl everything gets loaded layout by layout.
If not everything gets loaded at once, with the caveat that you can load textures via a url.
A texture should not be unloaded while a layout is active, unless you overload memory.
That's not to say some browser may do some weird stuff with garbage collection.
Speaking of the hick-ups might also be attributed to the gigo.