Этот плагин не тестировался с последними 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

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«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.