Very very bad idea to notify the users of this plugin this way to tell that there is a new function. Every request creates an entry in the php error log.
I’ve put under settings “Log events to the PHP error log ” off
@webmasterfreya @backpackingseries I’ll check this issue with our development team and update you soon.
Thank you for your time and patience.
My log looks like this: constant stream
[06-Jun-2022 14:30:02 UTC] [DEBUG] : Setting up .htaccess file
[06-Jun-2022 14:30:02 UTC] [DEBUG] : Should we use webp?
[06-Jun-2022 14:30:02 UTC] [DEBUG] :
[06-Jun-2022 14:30:09 UTC] [DEBUG] : Setting up .htaccess file
[06-Jun-2022 14:30:12 UTC] [DEBUG] : Setting up .htaccess file
[06-Jun-2022 14:30:12 UTC] [DEBUG] : Should we use webp?
[06-Jun-2022 14:30:12 UTC] [DEBUG] :
[06-Jun-2022 14:30:13 UTC] [DEBUG] : Setting up .htaccess file
[06-Jun-2022 14:30:13 UTC] [DEBUG] : Should we use webp?
[06-Jun-2022 14:30:13 UTC] [DEBUG] :
[06-Jun-2022 14:30:54 UTC] [DEBUG] : Setting up .htaccess file
[06-Jun-2022 14:30:55 UTC] [DEBUG] : Should we use webp?
[06-Jun-2022 14:30:55 UTC] [DEBUG] :
Hi @backpackingseries @webmasterfreya @jwmc
Since not every browser supports webp images and nginx servers don’t support .htaccess redirect, it is necessary to check things with every request.
Apart from that these are [DEBUG] messages and debug logging shouldn’t be enabled in production sites unless site is not working properly and you want to provide debugging info to developers.
That said, we will remove these entries in the upcoming version
Same with me, thousands of these entries. Debug is off in
@webulous, thanks for the response. Regular debug monitoring is debatable, but I won’t do that here. I do want to make the point that I have all the image processing features of WP Optimize turned off. I use it only for cache and minify. If the plugin were efficient, then, I would expect it would not be chasing the image processing issues every few seconds and that part of the code would not be called at all, whether it shows up in the debug log or not.
Thank you @webulous
I’m not using the plugin’s image processing module at this time. Therefore, I’m hoping it should not log such messages.
Kind regards,
@backpackingseries This should be fixed in next release