Hi,
Someone suggested me to add this code in my website on every page. To improve the scroll performance of my website. Should I add this code to my website for my website’s speed and scroll performance.
![]()
Hi,
Someone suggested me to add this code in my website on every page. To improve the scroll performance of my website. Should I add this code to my website for my website’s speed and scroll performance.
![]()
Hi @itshan10 ,
This code listens to a touch event, therefore this does not apply to device that does not have a touch screen. To answer you question, why don’t you duplicate your theme, and add the code to the duplicated theme. Run the lighthouse in the incognito browser, and see the changes in performance.
To run the lighthouse
Open an incognito browser
Open your website url
Right click and click inspect.
Go to lighthouse. Follow the image below
Hi,
Thank you for your reply. I’ll try. But where exactly should I add the code?
Hi @itshan10 ,
I thought that someone suggested to add it, knows where to add it. Any way, you did not mention your Theme, nor your website. It will be hard to guess the file name but it should be the overall js file. Usually, it is called theme.js or global.js
Ok,
My site is kidzee.com.tr but there is a redirect here. Entries from outside Turkey will be redirected to a different site. I’m using the Flow theme by the way.
I’ll try adding either to theme.js or global.js, thanks.