This topic has 14 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
is there somewhere to turn this feature on? passive listeners to improve scrolling performance.
more foto :
Hello,
We have implemented passive event listeners and would like to verify their functionality. Please replace the following file:
wp-content/themes/xstore/js/modules/libs/automaticProductSlider.min.js
with this one – https://we.tl/t-ZdWd5fpZeF After doing so, please clear your cache and check for any errors related to the passive event listeners.
Kind Regards,
8theme team
Hi thanks for the response, I played it but no change.
Hello,
Please provide FTP access.
To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.
Kind Regards,
8theme team
ok.
Hello,
We appreciate your prompt response.
Could you please provide FTP host, FTP username, FTP password, FTP port? Not key but password, please.
Kind Regards,
8theme team
Unfortunately I only have this from the operator, I don’t have the password… just the key
I’ll let you know what I need to edit and I’ll give it a try.
Hello,
Kindly provide the link to the tool that shows you passive listeners.
Kind Regards,
8theme team
Setting : https://pagespeed.web.dev/
Hello,
https://pagespeed.web.dev/ – Currently, we do not see any issues with passive listeners. It is possible that during your test, Google loaded a cached page. Please find the details in the screenshots provided below: https://prnt.sc/sOXzmXmqp0E2 https://prnt.sc/JesKPrkjjoyv
Kind Regards,
8theme team
Anyway, thanks for the response, but I still have a problem with the mobile version, I’m using an anonymous window and 2x mobile devices, please try again.
I attach the code from the mobile.
Hello,
We have identified an issue that was caused due to the deactivation of a particular option, which resulted in Google loading an outdated file from the cache. The option in question is ‘Remove Query Strings From Static Resources’ under ‘Optimization of Speed’.
We have now deactivated this option, and our theme no longer generates issues with passive listeners. However, the default WordPress library, jquery/jquery.min, continues to generate such errors, unfortunately, and this is independent of our theme, so we can’t assist you further. You can contact WordPress support.
Kind Regards,
8theme team
Thanks for the response, I did some searching but as a beginner I don’t fully understand it, take a look at this code, maybe it will help your topic and me
function my_jquery_enqueue() {
wp_deregister_script( 'jquery' );
}
add_action( 'wp_enqueue_scripts', 'my_jquery_enqueue' );
Hello,
Under no circumstances should this action be taken. jQuery is the primary script library for WordPress. If it is disabled, all WordPress scripts, WooCommerce, all plugins, and themes will break. You need to contact WordPress for further assistance – https://wordpress.com/support/contact/
Kind Regards,
8theme team
The issue related to '‘passive listeners to improve scrolling performance.’' has been successfully resolved, and the topic is now closed for further responses