Closed borekb closed 9 years ago
Hi there @borekb--
This is unrelated to Protect, but is laying the groundwork so that third party plugins can report what steps they're taking to help secure your site so that we can help users understand their security.
If we were to move storage to a transient, would that alleviate the VersionPress issues? I'm not familiar, as I haven't used it.
@samhotchkiss Thanks for the explanation, Sam. Transients would greatly help as VersionPress ignores them by default.
With the new 3.4 release, JetPack now writes to its options storage every 15 minutes even if the Protect module is disabled, see https://github.com/Automattic/jetpack/blob/5bd1b10a5dba2570d962091c7f62be3b9796040c/class.jetpack.php#L1270. This is a problem for VersionPress or any other plugin that tries to do database change tracking as a new change is generated every 15 minutes when it shouldn't.