I want to speed up loading homepage of my shop (prestashop 1.7.5.2)
I have added loading screen in head.tpl and lazy loading images but I have module which display products for choosen categories and I want to load it with jquery after page loaded
is there any way to do that
this is the part I want to load with ajax
{if $page.page_name == 'index'} <div class="container"> {hook h="displayContainerbottom"} </div> {/if}
I want to call
Quote{hook h="displayContainerbottom"}
after page loading (display an image instead while waiting to load )