Skip to content

UnicornPanel/Really-Simple-Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Really Simple Cache

A blazing-fast, lightweight, file-based cache plugin for WordPress designed to dramatically reduce page load times without complicated settings or bloated features.

πŸš€ Overview

Really Simple Cache creates static HTML files of your WordPress pages and serves them directly to visitors. This bypasses PHP and database queries β€” significantly improving performance, lowering CPU usage, and reducing TTFB.

No setup, no confusing options, no ads. Just enable and go.

✨ Features

  • ⚑ Ultra-lightweight β€” minimal code, no fluff
  • πŸ“ File-based caching (HTML output) for maximum compatibility
  • πŸ”„ Automatic cache invalidation when content updates
  • 🧠 Zero-configuration β€” activate and forget
  • πŸ“ MIT License β€” use it commercially or modify freely
  • 🏁 Designed for WordPress hosting environments that value speed

πŸ“¦ Installation

  1. Download or clone this repository:

    git clone https://github.com/UnicornPanel/Really-Simple-Cache.git
  2. Upload the folder into:

    /wp-content/plugins/
    
  3. Log in to WordPress Admin β†’ Plugins

  4. Activate Really Simple Cache

That’s it! Caching begins immediately.

πŸ”§ How It Works

  • Works for users who are not logged in:
  • On first page load, the plugin generates a static HTML version of the page
  • Subsequent visits deliver that file directly from disk
  • Cache is automatically cleared when you update posts/pages

No cron jobs, no external services, no configuration required.

πŸ“‚ File Locations

Cached pages are stored inside:

/wp-content/cache/really-simple-cache/

Manually deleting this folder clears the cache instantly.

πŸ§ͺ When You Should Use It

Use this plugin if you want:

βœ” A drop-in speed boost for small-to-medium WordPress sites
βœ” A no-maintenance caching layer
βœ” To reduce PHP processing and database queries

Not recommended for:

✘ Complex logged-in experiences (memberships, WooCommerce carts, etc.)
✘ Sites requiring per-user or dynamic cached responses

πŸ›  Development

Pull requests are welcome!

Guidelines:

  • Follow WordPress coding standards
  • Keep it lightweight β€” this plugin’s philosophy is simplicity
  • One feature = one PR if possible

πŸ“œ License

This project is licensed under the MIT License.
See the LICENSE file for full details.

⭐ Support the Project

If this plugin helped speed up your site, please give it a ⭐ on GitHub β€” it helps others discover it and motivates further development.


Happy caching! πŸ¦„

About

A *very* lightweight simple cache plugin for WordPress.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages