Does not use passive listeners to improve scrolling performance (Lighthouse Report)
Written by codeadminThe proposed fix is to add this code right after jQuery load: jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", ..