Tips to Optimize a Web Application
Web platforms have some technological limitations compared to regular desktop apps. Specifically, loading times are much worse than for applications stored on the local computer, and execution power is reduced. Therefore, it is important to apply some optimizations to achieve good performance in the browser.
- Reduce texture sizes: Textures are usually one of the biggest assets. To improve loading times, try to reduce their resolution to the possible minimum.