2017 © Pedro Peláez
 

wordpress-plugin wp-shortcode-cache

Adds a customizable cache layer to all shortcodes in WordPress.

image

felixarntz/wp-shortcode-cache

Adds a customizable cache layer to all shortcodes in WordPress.

  • Sunday, November 20, 2016
  • by felixarntz
  • Repository
  • 1 Watchers
  • 3 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WordPress plugin WordPress Code Climate Latest Stable Version License, (*1)

WP Shortcode Cache

Adds a customizable cache layer to all shortcodes in WordPress., (*2)

Usage

After having installed and activated the plugin, all shortcodes will use the plugin's caching mechanism for a performance benefit. To take full advantage of the feature, your site should use a persistent object cache like Redis or Memcache., (*3)

The plugin will work properly out of the box for all shortcodes that entirely rely on data passed through shortcode attributes or the shortcode's content. If a shortcode uses external data, for example from globals, this data must be registered, otherwise that data is not considered when creating the unique cache key which can result in incorrect cache return values. By default the plugin automatically tries to detect whether a shortcode uses the $post global - however the method used is not a 100 percent reliable, so it is always encouraged to register all external data that is used from within the shortcode (each set of data can either be the result of a callback function or the value of a global variable)., (*4)

Requirements

  • WordPress >= 4.7-beta

The Versions

20/11 2016

dev-master

9999999-dev https://wordpress.org/plugins/wp-shortcode-cache/

Adds a customizable cache layer to all shortcodes in WordPress.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

plugin wordpress cache performance shortcode