2023-01-23 11:03:31 +01:00

4.0 KiB
Raw Blame History

Cachify

Smart, efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!

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 servers hard drive (HDD), or—thanks to APC (Alternative PHP Cache)—directly in the web servers 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

Contribute

  • Active development of this plugin is handled on GitHub.
  • Pull requests for documented bugs are highly appreciated.
  • If you think youve found a bug (e.g. youre experiencing unexpected behavior), please post at the support forums first.

Credits

Installation

  • If you dont know how to install a plugin for WordPress, heres how.

Requirements

  • PHP 5.2.4 or greater
  • WordPress 3.8 or greater
  • APC 3.1.4 or greater (optional)
  • Memcached in Nginx (optional)

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.

Upgrade Notice

2.2.4

This is mainly a maintenance release ensuring compatibility with the latest version of WordPress. Expect bigger changes in 2.3.0 soon!

Screenshots

  1. Cachify Dashboard Widget