dpeca
Forum Replies Created
-
I will change my review when your plugin starts keeping ‘code snippets’ as .php files so that antivirus programs can find malware in them.
Until it stays in the database, you are helping malware to stay stealthy.Forum: Plugins
In reply to: [W3 Total Cache] Site Health: Critical issue – Median Server Response TimeI feel that “WP site health” is doing something deeply wrong, like accessing index page as a logged-in user (which will not be cached, of course), or something like that.
From Incognito browsing I always get 60 to 80 ms TTFB which is pretty fine for distance from Serbia to Hetzner datacenter.
Unfortunately, before I added mentionedd line, it was broken on every browser – I tested on Firefox and Chrome on Windows 10.
in
/wp-content/plugins/printfriendly/pf.php
in line before
<script async src='https://cdn.printfriendly.com/printfriendly.js'></script>
I added
<script async src='https://cdn.ravenjs.com/3.27.0/raven.min.js'></script>
and it solved the problem.