1.6.0 — fleet telemetry (install inventory)
Adds a daily, non-blocking check-in to Red Olive's install inventory so fleet-wide issues (like the 1.5.9 WP Rocket fix) can be scoped and communicated immediately.
What's sent, once per day (plus once right after an update): site URL, plugin/WP/PHP versions, multisite flag, which page-optimizer plugins are active (WP Rocket, LiteSpeed, W3TC, Autoptimize, SG Optimizer, WP-Optimize, Breeze, FlyingPress), and this plugin's settings flags. No visitor data is ever sent.
Opt out: define( 'ROCOO_DISABLE_TELEMETRY', true ); or the rocoo_telemetry_enabled filter.
The ping fires on shutdown as a non-blocking request with a 2-second timeout — it can never delay page output, and a down endpoint fails silently.