Archived topic
JS Issue - Passive Listeners & Pagespeed
1 reply · Started by Ian on February 22, 2021
So, noticed GPSI is complaining about "Does not use passive listeners to improve scrolling performance"
Explanation is: Touch and wheel event listeners are useful for tracking user interactions and creating custom scrolling experiences, but they can also delay page scrolling
Is this something the theme controls?
Hi there,
You can try the 2nd solution shared by a user here:
https://generatepress.com/forums/topic/passive-listeners-to-improve-scrolling-performance/
But it's not guaranteed to work especially if there's something else causing the issue (ex: an old plugin).
Let us know how it goes.