Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CF7 refill issue

So basically I have Contact form 7 installed on wordpress. I have this coming up on gtmetrix which is annoying and costing me the site speed.

wp-json/contact-form-7/v1/contact-forms/2562/refill

Is there anyway I can avoid this issue? I don't even have captcha on the forms..

Thanks for your help in advance!

like image 773
Ashtheslayer Avatar asked Mar 08 '23 10:03

Ashtheslayer


1 Answers

adding javascript

wpcf7.cached = 0;
to the end of the footer solved the issue
like image 119
Geza Gog Avatar answered May 05 '23 01:05

Geza Gog