JPD2

JPD2 Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 2,331 downloads
JPD2 Icon

Try plugin: JPD2

We'll create fresh WordPress site with JPD2 installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About JPD2

Makes caching WordPress queries via the Transients API easy.

0


0


0


0


0

updated: 2 years ago
since: 10 years ago
author: Josh Pollock

Description

Makes caching the results of a WP_Query, WP_User_Query and WP_Meta_Query, via the transients API easy. Realize increased performance, by caching the results of your queries, with one simple function.

All saved queries are automatically reset when any post is updated.

Basic usage:

  • Specify arguments for the query ($args)
  • Give the query a name ($name)
  • $query = jpd2_better_query( $args, $name );
  • Use $query like you would any other WP_Query object.
  • See FAQ for other usages