Loading optimizations and more
Hello. I had some time lately. So I did some things on the Native Web. To improve the asynchronous load performance, I decided to load the small material files synchronously. Then I refactored all the loading stuff into a „Resource“ baseclass. Which derives from a „Loadable“ and „Downloadable“ class. So every Resource now can be loaded synchronously and asynchronously and