Home › Forums › WoodMart support forum › Page speed and optimization issue › Reply To: Page speed and optimization issue
Artem Temos
Hello,
Our theme uses a standard load
event, which is triggered by the browser once the page is fully loaded. So it should run our JS function to init the carousel swiperInit()
. https://gyazo.com/ed169bfc688d2982c6de470ecc266eb1
But when you use delayed JS execution, the Litespeed plugin loads script files only when you move the mouse. And the load
event doesn’t trigger. If we try to run this function manually it works without any problems (screenshot in the media).
Other cache plugins, like WP Rocket, do not have this problem. Therefore, you need to contact the plugin’s developers for help or use a different cache plugin since Litespeed is not fully compatible with WoodMart.
Kind Regards