=== Lightweight Performance Optimizer === Contributors: mehulgitech Tags: performance, caching, lazy load, heartbeat, optimization Requires at least: 5.0 Tested up to: 6.8 Stable tag: 1.0.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Speed up WordPress with simple page caching, lazy loading images, and heartbeat control—lightweight and privacy-friendly. == Description == Lightweight Performance Optimizer provides simple, safe optimizations for small-to-medium WordPress sites: * Simple Page Cache (stores HTML in uploads/lwpopt-cache) * Image Lazy Load (adds loading="lazy" to images) * Heartbeat Control (adjust or disable heartbeat) This plugin is minimal and intended to be privacy-friendly. It stores cache files in the WordPress uploads directory (wp-content/uploads/lwpopt-cache). == Installation == 1. Upload the plugin ZIP via Plugins → Add New → Upload Plugin. 2. Activate the plugin. 3. Configure settings under Settings → Performance Optimizer. == Changelog == = 1.0.1 = * Fixed WP.org review issues: removed discouraged functions, proper sanitization, escaping, no WP_CONTENT_DIR, longer prefixes.