376 files, totalling 414891 Kbytes in Cache
-
Hi Frank,
I have a question concerning the above. Is it normal to have such a large amount of files and kbytes in Cache?
I dont aggregate inline JS and inline CSS.
Any ideas how to improve that / make it leaner? (As in this case my cache is is quite large)
Im asking because I saw in another thread that someone had 7 files with 2300 or so kbytes so Im quite surprised about the difference.Also, do you think excluding the woocommerce cart and checkout page will improve the page performances?
I attempted excluding the pages using the code from helper.php but without success.
I replaced the below code with the url of the page I wanted to exclude.// add_filter(‘autoptimize_filter_noptimize’,’my_ao_noptimize’,10,0);
function my_ao_noptimize() {
if (strpos($_SERVER[‘/carrinho/’],’no-autoptimize-now’)!==false) {
return true;
} else {
return false;
}
}thanks & have a great day
- The topic ‘376 files, totalling 414891 Kbytes in Cache’ is closed to new replies.