OK thank you.
I have performed an investigation and this is what I found:
1. HTML comments are NOT minified in the body of your HTML. Therefore, the only issue that you are currently experiencing is the error message.
2. The HTML output of the plugin is somehow modified, possibly by your web server. None of the plugins on your site is doing this, nor is it due to your theme. In particular, a <script>
tag gets a hex id attached to it for some reason, so that it becomes <script type="86f6f906d8056800b06438e8-text/javascript">
. If you know why this happens, please let me know, because I’m very curious.
3. HTML comments are stripped from your HTML header (NOT body), hence this is why the plugin’s detection shows the error message. Again, none of your plugins or your theme appear to be doing this.
I have never experienced anything like this before, so I’m not sure exactly why this happens. I can only conclude that there’s something in your webserver that alters the HTML head section.
The minifier detector introduced in version 5.0.0
of the plugin shows a false positive in your case. You are seeing the error message even though there is no real problem.
I am currently preparing a new patch release for the plugin, which will be out either today or tomorrow. In this patch, the error message will be shown only in the browser console, not as an alert. In retrospect, the alert box was a mistake.
Since HTML comments are not minified in the body of your HTML, you will not experience any more issues related to this, once the new patch is out.
I will notify you here when it is released.
Thank you for providing access and assisting in this investigation.
with regards,
Alex