This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Voce Widget Cache

ਵੇਰਵਾ

This plugin does not cache widgets automatically! You must define which widgets get cached.

Add a widget to the cache and designate which actions the cache gets flushed on.

$widget_cache = Voce_Widget_Cache::GetInstance();
$widget_cache->cache_widget( 'Archive_Links_Widget', array( 'save_post' ) );
$widget_cache->cache_widget( 'WP_Widget_Recent_Posts' );

ਸਥਾਪਤੀਕਰਨ

  1. Upload voce-widget-cache to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Usage:

    $widget_cache = Voce_Widget_Cache::GetInstance();
    $widget_cache->cache_widget( ‘Archive_Links_Widget’, array( ‘save_post’ ) );
    $widget_cache->cache_widget( ‘WP_Widget_Recent_Posts’ );

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

I installed the plugin but nothing is happening

The caching is not automatic. Refer to the documentation to see how to implement caching on widgets.

How can I verify my widgets are being cached?

You could use a plugin like WPDB Profiling

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Voce Widget Cache” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Voce Widget Cache” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.5.1

  • Testing with WordPress 4.1

1.5

  • Removing cache interaction on customizer preview

1.4.1

  • Adding Capistrano deploy files

1.4

  • Adding composer support

1.3

  • Fix PHP Warning is widget array is not set.

1.2

  • Hooks to clear a widget’s cache are now optional.

1.1

  • Updated documentation.

1.0

  • Initial version.