voceconnect/voce-performance-tools
Composer 安装命令:
composer require voceconnect/voce-performance-tools
包简介
Provides numerous performance tools and functionalities to assist in developing high performance WordPress themes
关键字:
README 文档
README
Please note: This plugin is no longer being actively maintained or supported.
Voce Performance Tools
Contributors: klangley, voceplatforms
Tags: performance, cache, caching
Requires at least: 3.3
Tested up to: 4.1
Stable tag: 1.2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description
This plugin provides numerous performance tools and functionalities to assist in developing high performance WordPress themes
Installation
See Installing Plugins.
Includes
- WP TLC Transients - A WordPress transients interface with support for soft-expiration, background updating of the transients, and a chainable syntax that allows for one liners.
- WP Cache Bucket - A wrapper to WordPress' wp_cache to that allows tying multiple object cache entries to a single group that allows easy cache invalidation
- Voce Widget Cache - Adds ability to easily cache widget output for better performance.
- Voce Cached Nav - Serve cached copies of WordPress navigation menus by replacing your template calls to
wp_nav_menuwithvoce_cached_nav_menu. - No Stampede Actions - A WordPress api to kicking off globally singleton actions. It will lock the action to prevent other requests from kicking off the same action
- Voce Cached Queries - Using TLC Transients, this caches custom queries that are run using the function
vpt_get_cached_query
Changelog
1.2.1
- Adding Grunt build files
1.2
- Adding Composer support
- Adding Capistrano deploy scripts
- Updating child plugin versions
1.1
- Updating plugins
1.0
- Initial release.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPLv2
- 更新时间: 2014-06-24