Description
Cachify optimizes your page loads by caching posts, pages and custom post types as static content. You can choose between caching via database, on the web server’s hard drive (HDD), or—thanks to APC (Alternative PHP Cache)—directly in the web server’s system cache. Whenever a page or post is loaded, it can be pulled directly from the cache. The amount of database queries and PHP requests will dramatically decrease towards zero, depending on the caching method you chose.
Features
- Works with custom post types.
- Caching methods: DB, HDD, APC and Memcached.
- “Flush Cache” button in the WordPress toolbar.
- Ready for WordPress Multisite.
- Optional compression of HTML markup.
- White lists for posts and user agents.
- Manual and automatic cache reset.
- Automatic cache management.
- Dashboard widget for cached objects.
- Settings for Apache and Nginx servers.
- Extendability via hooks/filters.
Auf Deutsch?
Für eine ausführliche Dokumentation besuche bitte das Cachify-Wiki.
Community-Support auf Deutsch erhältst du in einem der deutschsprachigen Foren; im Plugin-Forum für Cachify wird, wie in allen Plugin-Foren auf wordpress.org, ausschließlich Englisch gesprochen.
Support
- Community support via the support forums on wordpress.org
- We don’t handle support via e-mail, Twitter, GitHub issues etc.
Contribute
- Active development of this plugin is handled on GitHub.
- Pull requests for documented bugs are highly appreciated.
- If you think you’ve found a bug (e.g. you’re experiencing unexpected behavior), please post at the support forums first.
Credits
- Author: Sergej Müller
- Maintainers: pluginkollektiv
Installation
- If you don’t know how to install a plugin for WordPress, here’s how.
Requirements
- PHP 5.2.4 or greater
- WordPress 3.8 or greater
- APC 3.1.4 or greater (optional)
- Memcached in Nginx (optional)
FAQ
- Installation Instructions
-
- If you don’t know how to install a plugin for WordPress, here’s how.
Requirements
- PHP 5.2.4 or greater
- WordPress 3.8 or greater
- APC 3.1.4 or greater (optional)
- Memcached in Nginx (optional)
Reviews
Good working caching plugin
Excellent caching
Funktioniert super
Great caching plugins
Simple to configure and very effective
The best plugin cache I have ever used!
Contributors & Developers
“Cachify” is open source software. The following people have contributed to this plugin.
Contributors“Cachify” has been translated into 5 locales. Thank you to the translators for their contributions.
Translate “Cachify” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.2.4
- Fixes caching for mixed HTTPS and HTTP setups
- Fixes an issue with the icon styling in the admin toolbar
- Ensures compatibility with the latest WordPress version
2.2.3
- New: Generated a POT file
- New: Added German formal translation
- Updated, translated + formatted README.md
- Updated expired link URLs in plugin and languages files
- Updated plugin authors
2.2.2
- Fix: Parameter-Rückgabe beim Filter
dashboard_glance_items
- Großzügige Anwendung des Filters
esc_html
2.2.1
- Fix für die Meldung “Call to undefined function is_plugin_active_for_network” in WordPress-Multisite
2.2.0
- Werkzeugleiste: Anzeige des “Cache leeren” Buttons im Frontend der Website
- Werkzeugleiste: Steuerung der Anzeige des “Cache leeren” Buttons via Hook
For the complete changelog, check out our GitHub repository.