Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 2.86 KB

README.md

File metadata and controls

82 lines (59 loc) · 2.86 KB

🚀 WPS-Cache

WordPress Compatible PHP Version License Experimental

Supercharge your WordPress site with a powerful multi-layer caching solution. WPS-Cache combines HTML, Redis, and Varnish caching to deliver lightning-fast performance and enhanced scalability.

⚠️ Experimental Status: This plugin is under active development. Please test thoroughly in a staging environment before production use.

✨ Features

  • 🔄 HTML Cache - Lightning-fast static page delivery
  • 📦 Redis Cache - Turbocharged database query performance
  • 🚄 Varnish Cache - HTTP acceleration that reduces server load
  • 📊 Real-time Analytics - Monitor cache performance metrics
  • 🎨 CSS Optimization - Automatic minification and combination
  • 🔧 Easy Management - Intuitive WordPress admin integration
  • 💾 Import/Export - Simple configuration backup and migration

🚀 Quick Start

  1. Upload WPS-Cache to /wp-content/plugins/ or directly over the Wordpress Admin Interface (Add Plugin -> Upload Plugin)
  2. Activate via WordPress Plugins menu
  3. Configure in 'WPS Cache' settings

💡 Usage

Cache Management

  • Access 'WPS Cache' in admin panel
  • Toggle individual cache types
  • Clear specific or all caches
  • Import/export settings

🔧 Development

Structure

wps-cache/
├── includes/           # Object Cache
├── src/
│   ├── Admin/         # Admin Interface
│   └── Cache/         # Cache Drivers
├── assets/            # Static Assets
└── wps-cache.php      # Main Plugin File

Core Classes

  • WPSCache\Plugin - Core initialization
  • WPSCache\Cache\CacheManager - Cache operations
  • WPSCache\Admin\AdminPanelManager - UI/UX handling
  • WPSCache\Admin\Tools\CacheTools - Management utilities

🤝 Contributing

We love your input! Check out our (Coming Soon) Contributing Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b feature/amazingness)
  3. Commit your changes (git commit -am 'Add: Amazing Feature')
  4. Push to the branch (git push origin feature/amazingness)
  5. Open a Pull Request

📚 Documentation

Detailed documentation available at (Coming Soon) docs.wps-cache.com

🙏 Acknowledgements

Built with love and support from:

  • WordPress - The world's favorite CMS
  • Redis - Lightning-fast data store
  • Varnish - Web acceleration magic

📝 License

MIT © Jumaron


Made with ❤️ for the WordPress community