Plugin: dezeen-performance-optimiser
| Property | Value |
|---|---|
| Version | 1.0.0 |
| Author | EDX |
| Purpose | Optimise WordPress autoload settings and option caching |
Architecture
dezeen-performance-optimiser/
├── dezeen-performance-optimiser.php
└── includes/
├── class-dzpo-core.php # Main orchestration
├── class-dzpo-autoload-optimiser.php # Prevents large options from autoloading
├── class-dzpo-cache-optimiser.php # Object cache optimisation
├── class-dzpo-update-check-optimiser.php # Throttles update checks
└── class-dzpo-admin.php # Admin interfaceWhat it Does
- Autoload optimisation: Identifies and disables autoloading for large wp_options entries that slow every page load
- Cache optimisation: Improves transient and object cache usage
- Update check throttling: Reduces frequency of external HTTP requests for plugin/theme updates
Admin Pages
- Settings → Performance Optimiser — View optimisation status and settings