manifest / performance / nginx-opcache-manager
Nginx Opcache Manager
WordPress plugin to manage and monitor Nginx cache and PHP Opcache with analytics
by Serkan Algur · github.com/serkanalgur/nginx-opcache-manager · website
★ 2stars
10release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/serkanalgur/nginx-opcache-manager/releases/download/v1.1.0/nginx-opcache-manager-1.1.0.zipAlso on Packagist as serkanalgur/nginx-opcache-manager:
composer require serkanalgur/nginx-opcache-managerFrom the readme
Nginx Opcache Manager
A powerful WordPress plugin to monitor and manage Nginx cache and PHP Opcache directly from the WordPress Dashboard.
Features
- Real-time Monitoring: Display live statistics for both Nginx cache and PHP Opcache
- Nginx Cache Management:
- View cache size and number of cached files
- Clear cache with one click
- Configure cache path
- PHP Opcache Management:
- Monitor hit rate, memory usage, and cached scripts
- Reset opcache with one click
- Track miss rate and performance metrics
- Analytics Dashboard:
- Beautiful charts showing cache performance over time
- Historical data logging
- Memory usage trends
- Hit/Miss ratio visualization
- WordPress Dashboard Widget: Quick cache status overview on WordPress dashboard
- Settings Page: Easy configuration of plugin options
- Performance Metrics: Get insights into cache effectiveness
Requirements
- WordPress 4.7 or higher
- PHP 7.2 or higher
- Nginx web server (for cache management features)
- PHP Opcache extension (for opcache features)
Installation
1. Upload the nginx-opcache-manager folder to the /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPre
Read the full README on GitHub →