Tagged: http requests, php
Hello and thanks for making a great theme!
I was just instructed on how to update the FTP manually to fix some bugs I was seeing, and noticed a huge spike in PHP Stricts on my Query Monitor plugin, which was also recommended by a Kriesi.at mod. It’s showing a lot of scripts causing issues that reside in the functions.php file. I have taken a screen shot of some of the issues and posted her http://schneidercentre.com/example
Please let me know what I can do to stop all these requests. They are slowly down the site and lowering performance significantly.
Thank you for your help!
-AddWebToday
Hey!
Try adding this to your functions.php file:
error_reporting(E_ALL ^ E_STRICT);
Cheers!
Josue
Hi again,
I’m putting this into a functions.php i created for the child theme that we’re using and when I add this in it’s crashing the site. One more question about this, does this piece of code just prevent us from seeing the errors that’s happening? Or is it actually helping compatibility issues?
Thanks!
Hey!
It hides the errors, but only the ‘strict’ (they serve no purpose) not the important ones.
Regards,
Josue
Feel free to close this ticket thank you!