Conversation
Improve scrolling performance Lighthouse error: ``` Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance ```
|
I can't test this locally too - haven't lighthouse ;) |
|
Tx for your's collab 👍🏻 |
|
I think Lighthouse complains because the scroll event doesn't have passive: true. |
|
you need use |
|
Oh I see. I tried with Dang! Do you think this line would be this line? Something like this would make a difference? I notice that Thank you so much for your attention! |
|
I think lighthouse talk about specific places of prevention passive mode. And recommends removing them to allegedly increase the performance of the page scroll. |

Lighthouse throw the following recommendation for improving the scrolling performance:
This PR should address the errors, however, I wasn't able to test locally.