hayco83 wrote:Hi,
The home page loading time is big.
Is there any way that downloaded parts of the page be displayed to the user rather than waiting until all page elements are downloaded?
Thanks
Hi hayco83,
What do you mean by the "loading time is big"? Is it the server response time that is big or something else?
Please note that the theme is optimized for maximum performance and the html and the css are loaded first and then the javascript. So the theme is optimized and the content is shown even though some scripts are not loaded yet. The theme is also mobile first, so on mobile devices some of the css and respectfully images are not even loaded.
If the server response time is slow then you might find
this blog post useful.
Thanks