Search Results for

    Show / Hide Table of Contents

    Tips to optimize a web application

    Web platform have some technology limitations compared to regular desktop apps. Specifically, loading time is much worse than applications stored in the local computer, and execution power is reduces.Therefore it is important to apply some optimizations to get good performance on the browser.

    • Reduce texture sizes: Textures are usually one of the biguest assets. To improve the loading time, try to use reduce its resolution to the possible minimum.
    In This Article
    Back to top
    Generated by DocFX