WP Manifestindependent plugin directory
manifest / performance / fast-results

Fast Results

WordPress plugin to use persistent cache to speed up queries.

by Ollie Jones · github.com/olliejones/fast-results · website

11stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/olliejones/fast-results/archive/refs/heads/main.zip

Github Plugin URI: https://github.com/OllieJones/fast-results License URI: https://www.gnu.org/licenses/gpl-2.0.html

Generates results pages (product pages, archive pages) fast for large sites.

Description

It takes time to generate results pages, especially the pagination UI, on large sites and stores. This plugin makes that operation faster.

It requires a persistent object cache to do anything useful.

Thanks to Jetbrains for the use of their software development tools, especially PhpStorm. It's hard to imagine how a plugin like this one could be developed without PhpStorm's tools for exploring epic code bases like WordPress's.

Frequently Asked Questions

How can this plugin keep accurate track of which archive page navigation sequence is in use?

It uses the same techniques used in WordPress core for the WP_Query cache.

Installation

  1. Go to Plugins in the Admin menu
  2. Click on the button Add new
  3. Click on Upload Plugin
  4. Find fast-results.zip and upload it
  5. Click on Activate plugin

Changelog

= 0.1.2 October 30, 2023 Cleanup.

= 0.1.1 October 13, 2023 Birthday of Fast Results.