Speed problem with many WC categories
-
Hello,
I have a problem with speed with many WC categories.
Is there any way how to solve this issue?
Thanks.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin and FTP access so we can check it?
Thank you in advance
Hello,
sure no problem 🙂
I found out that redux-framework plugin is causing issue, when I disable it, speed is ok, but theme is broken.
I tried older versions of redux framework up to 3.6.2 but problem is the same.
Thanks.
Hi,
The problem happens because of our price ranges filter with so many products. You can fix it by adding the following line to your child theme functions.php file
add_filter( 'woodmart_check_ranges_price_filter', '__return_false', 10 );
Regards
Hello,
great, thanks! 🙂
This website is slow with default WordPress theme too. Could you please check it?
I changed theme to astra theme, then back to woodmart and now it is ok 😀