This is doing the trick too:
if (defined(‘WP_CACHE’) && WP_CACHE === false) {
add_filter(‘bypass_cache’, function () {
return true;
});
}
You’re welcome @wpwhitesecurity
Thank you for the plugin 🙂
*** As a quick fix/alternative, you can disable the AJAX requests by setting the “Refresh Audit Log Viewer” to “Manual” @ /wp-admin/admin.php?page=wsal-settings#tab-audit-log