plugin-icon

WP Fragment Cache

投稿者: mariuspass·
Improve website performance by caching individual page fragments (widgets, menus output and long loops).
バージョン
1.0.4
有効インストール数
10
最終更新日時
Jun 18, 2014

This plugin requires PHP version 5.3.6 or greater and can’t be activated without a persistent backend for the WordPress Object Cache.

Adds ability to cache particular sections of your site. This plugin is for people who can’t use a full page cache or for sites with lots of pages and with frequent changes. It can cache entire loops with the WP_Query(bypassing the database queries) or only the html output of the loop and if the query results has changed(comment added, post was edited, postmeta has changed …) the cache will be invalidated and regenerated.

Example usage:

<?php if ( ! WP_Fragment_Cache::output( $wp_query_or_blockname, $duration ) ): ?> //content to be cached <?php WP_Fragment_Cache::store(); ?> <?php endif; ?>

Parameters:

$wp_query_or_blockname (mixed/string) (optional) a WP_Query(WP_Comment_Query) result or a string. Default: the file and the line where the call was initiated(e.g. widgets/most-commented.php:18).

$duration (int/string) (optional) Defines how many seconds to keep the cache for. If you pass 0 the cache will not expire. If you pass the string “only_today” the cache will expire at the end of the current day. You can use WordPress Time Constants. Default: 86400 (one day).

Advanced usage:

See the wiki pages on GitHub

無料Business プランを利用中
インストールすることで、WordPress.com の利用規約サードパーティプラグイン利用規約に同意したことになります。
最大テスト回数
WordPress 3.9.40
このプラグインをダウンロードして、 サイトに使用できます。