這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Voce Performance Tools

描述

This plugin provides numerous performance tools and functionalities to assist in developing high performance WordPress themes

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_menu with voce_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

This plugin is no longer supported

This plugin provides numerous performance tools and functionalities to assist in developing high performance WordPress themes

安裝

  1. Upload voce-performance-tools to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題

Installation Instructions
  1. Upload voce-performance-tools to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評價

There are no reviews for this plugin.

貢獻者及開發者

“Voce Performance Tools” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Voce Performance Tools 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.2.3

  • Adding note that plugin is no longer supported

1.2.2

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.