manifest / performance / index-wp-posts-for-speed
Index WP Posts For Speed
Use trigram indexing to speed up WordPress front-end search.
by Oliver Jones · github.com/olliejones/index-wp-posts-for-speed · website
★ 3stars
1forks
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/index-wp-posts-for-speed/archive/refs/heads/main.zipThis plugin makes WordPress search faster by building a trigram index.
Description
Makes a trigram table of searchable post / page / custom-post text.
Uses that trigram table to accelerate search.
Installation
Use any of the usual ways of installing plugins.
Frequently Asked Questions
A question that someone might have
An answer to that question.
What about foo bar?
Answer to foo bar dilemma.
Screenshots
- This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example,
/assets/screenshot-1.pngwould win over/tags/4.3/screenshot-1.png(or jpg, jpeg, gif). - This is the second screen shot
Changelog
0.0.1
- New