Skip to content

ToX82/cakephp-supercache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CakePHP-Supercache

(almost) drop-in cahing engine for CakePHP I got the idea by a fantastic plugin by Matt Curry (https://github.com/mcurry/html_cache), but I wanted it to be even simpler to implement.

This is the default caching system for Pubblico CMS

INSTALLATION STEPS:

  • create a new folder called "cache" in your app/webroot directory, with write permissions
  • rename app/webroot/index.php to app/webroot/index_cake.php
  • save this file to app/webroot. Yes, you're replacing the original file with this one
  • configure as you need
  • that's all folks!

Contributing

Your feedback is precious! Don't hesitate to open GitHub Issues for any problem or question you may have.

All contributions are welcome. If you extend it, write me a line so that I can update it for everyone.

License

CakePHP-Supercache is licensed under the MIT Licence, courtesy of Emanuele "ToX" Toscano .

About

Caching each CakePHP pages into a single HTML file,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages