Fast Results
WordPress plugin to use persistent cache to speed up queries.
by Ollie Jones · github.com/olliejones/fast-results · website
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.zipGithub 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
- Go to
Pluginsin the Admin menu - Click on the button
Add new - Click on Upload Plugin
- Find
fast-results.zipand upload it - Click on
Activate plugin
Changelog
= 0.1.2 October 30, 2023 Cleanup.
= 0.1.1 October 13, 2023 Birthday of Fast Results.