Hello There,
My Product listing page is extremely slow. It’s taking too much time to display products once product page is open. I have tried all types of caching and also using WP-Rocket for better page speed. Still no luck in speed.
As one of the forum response I found code to disabled the ajaxify feature.
add_filter(‘etheme_ajaxify_elementor_widget’, ‘__return_false’);
add_filter(‘etheme_ajaxify_lazyload_widget’, ‘__return_false’);
add_filter(‘etheme_ajaxify_script’, ‘__return_false’);
add_filter(‘et_ajax_widgets’, ‘__return_false’);
I have used that but still nothing changed.
Please check and resolve the issue. And let me know if there is any setting which I missed or I am having an wrong options.
Server I am using is VPS with 32 GB RAM and 8 CPU. Which is I think a very powerful server.
I have added Login and FTP Details for team to verify and fix the problem.