Home Forums WoodMart support forum Theme sends a lot of requests and makes site slow Reply To: Theme sends a lot of requests and makes site slow

#442963

Artem Temos
Keymaster

You need to edit all the mentioned files in your previous reply and replace this function call

wc_get_attribute_taxonomies

with this one

wd_wc_get_attribute_taxonomies

Then put the following code to the functions.php file in the theme root or the child theme

function wd_wc_get_attribute_taxonomies() {
	return [];
}

Kind Regards