=== Speedy Go === Contributors: codeandcore Tags: caching, optimization, performance, minification, compression Requires at least: 5.0 Tested up to: 6.9 Requires PHP: 7.2 Stable tag: 2.0.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Optimize your WordPress site with advanced caching, minification, and performance tools for faster loading. == Description == Speedy Go is an all-in-one performance plugin for WordPress, designed to optimize every aspect of your site's speed and efficiency. It features full-page caching, HTML/CSS/JS minification and combination, browser and object caching, Gzip & Brotli compression, lazy loading, mobile-specific caching, cache preloading, scheduled expiration, and advanced cache rules. == Major Features & Functions == **Caching & Performance** - **Full-Page Caching**: Cache entire pages for instant delivery, with options for cache expiry, exclusions, and auto-purge. - **Cache Expiry & Auto Purge**: Set cache expiration rules and automatically purge outdated cache files. - **Exclude URLs**: Define URLs to be excluded from caching. - **Browser Caching**: Leverage browser cache to reduce load times. - **Object Caching**: Speed up dynamic content using object cache and transients. - **Database Query Caching**: Optimize repeated database queries. - **Mobile Caching**: Serve optimized cache for mobile users. - **Cache Preloading & Warm-Up**: Automatically preload and warm up cache for improved response times. - **Scheduled Expiration**: Automate cache expiration to keep content fresh. - **Advanced Cache Rules**: Fine-tune caching with advanced rules and exclusions. **Asset Optimization** - **HTML Minification**: Reduce HTML file size for faster rendering. - **CSS & JS Minification**: Minify and combine CSS and JavaScript files for optimal delivery. - **CSS & JS Combination**: Combine multiple CSS/JS files to reduce HTTP requests. - **Exclude CSS/JS Files**: Exclude specific files from minification or combination. - **Gzip & Brotli Compression**: Compress files for improved speed. **User Experience & Admin Tools** - **Lazy Loading**: Defer offscreen images for faster initial page loads. - **Admin Dashboard Widget**: Monitor cache status from the dashboard. - **Debug Tools & Logging**: Advanced debug logging and error tracking for troubleshooting. - **User-Friendly Admin Interface**: Modern, easy-to-use settings and management screens, including tabs for General, Advanced, and System Info. - **Admin Bar Integration**: Quick access to cache purging and settings from the admin bar. - **Settings API Integration**: All options are managed via the WordPress Settings API for reliability and security. - **AJAX Bulk Actions**: All bulk actions and progress checks are handled via secure AJAX endpoints. **Advanced & Developer Features** - **Custom Cron Schedules**: Register and use custom cron intervals for cache processing. - **System Info Tab**: View server and plugin environment details (PHP version, GD/Imagick support, disk space, etc). - **Logging**: Optionally enable detailed logging of batch progress and failures to a log file. - **Uninstall Cleanup**: On uninstall, all plugin-created cache and database tables are removed. == Installation == 1. Upload the plugin files to `/wp-content/plugins/speedy-go` or install via the WordPress plugins screen. 2. Activate the plugin through the 'Plugins' screen in WordPress. 3. Go to **Settings → Speedy Go** to configure caching and optimization settings. == Usage == * Enable/disable features as needed from the settings page. * Monitor progress and logs from the dashboard widget and debug tools. * Use the admin bar for quick cache purging and access to settings. == Frequently Asked Questions == = Does this plugin require special server configuration? = No, Speedy Go works with standard WordPress installations. For best results, use PHP 7.2+. = Can I exclude specific files or URLs from caching or minification? = Yes, you can define exclusions for caching, minification, and combination in the settings. == Screenshots == 1. Plugin settings page 2. Cache management interface 3. Dashboard widget == Changelog == = 2.0.2 = * Minor UI refinements and styling adjustments. * Accessibility improvements for admin settings. * Updated compatibility for latest WordPress versions. = 2.0.1 = * Tested up to: 6.9 * Minor stability improvements. * Documentation updates. * Code cleanup and small performance refinements. = 2.0.0 = * **New**: Added a comprehensive Telemetry tracking feature to monitor usage data, including an opt-in modal on activation and a dedicated tab in Settings. * **New**: Introduced a Deactivation Feedback modal to safely gather user insights when the plugin is deactivated. * **New**: Added an API Key requirement to unlock and access the core plugin settings and features. * **Security**: Resolved multiple WordPress Coding Standards (WPCS) security warnings, adding strict sanitization and nonce verification across admin functions. * **Fix**: Patched a bug in the deactivation flow where conflicting alerts overtook the custom feedback modal. * **Enhancement**: Refactored the plugin's CSS and JS enqueuing logic to strictly load only on necessary admin pages, improving backward compatibility. * **Cleanup**: Removed outdated/redundant codebase files and cleaned up the overall plugin footprint. = 1.0.0 = * Initial release == Upgrade Notice == = 2.0.2 = UI refinements and accessibility updates. Recommended for a better user experience. = 2.0.1 = Maintenance and compatibility update. Tested up to WordPress 6.9 with minor stability improvements, documentation updates, and internal code refinements. Recommended for all users. = 2.0.0 = This is a major update. Speedy Go 2.0.0 brings a suite of new optimization features, bug fixes, and a brand new Telemetry tab. We recommend updating to benefit from improved caching performance and advanced settings. = 1.0.0 = Initial release of Speedy Go. == Privacy Policy == This plugin does not collect any personal data. It only processes cache files on your server. == Credits == * WordPress Plugin Boilerplate