Pixonix Local Image Optimizer
Pixonix Local Image Optimizer
Description
Installation
- Upload the
pixonix-local-image-optimizerfolder to/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Image Optimizer in the admin sidebar
- Configure your preferred quality settings
- Click Start Bulk Optimization to optimize existing images
Faq
No. All optimization happens locally on your server using GD or ImageMagick.
The optimization adds a small amount of processing time per image (typically under 1 second). For most sites, this is imperceptible.
Image optimization works on any server. However, automatic WebP/AVIF serving via .htaccess requires Apache with mod_rewrite. For Nginx, you’ll need to add rewrite rules manually.
Yes! Use the “Re-optimize All” button to clear optimization data and run bulk optimization again with new settings.
All plugin data (settings and optimization metadata) is cleanly removed. Your original images and any generated WebP/AVIF files remain untouched.
Yes. Pixonix Local Image Optimizer works with all themes and page builders that use the standard WordPress media library.
Reviews
Changelog
2.0.0
- Complete rewrite with professional admin UI
- Added AVIF conversion support with separate AVIF quality setting
- Added System Requirements Auto-Check with color-coded status, actionable advice, and interactive gauge animation
- Added non-intrusive administrative notice for critical server configuration issues
- Added savings tracking (before/after file sizes)
- Added configurable batch size (1-20 images per batch)
- Added max dimension resize option
- Added tab navigation (Dashboard / Settings / System Info)
- Added toast notification system
- Added animated stat counters
- Removed jQuery dependency (pure vanilla JavaScript)
- Security: Added capability checks on all AJAX handlers
- Security: Whitelist validation for library option
- Security: Uses insert_with_markers() for .htaccess management
- Performance: Replaced posts_per_page=-1 with efficient COUNT queries
- Added uninstall.php for clean data removal
- Added Settings link on Plugins page
- All strings internationalized (i18n-ready)
- Added error logging (when WP_DEBUG is enabled)
- Added PHP/WordPress version and memory limit to System Info
1.0.0
- Initial release