Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Woocommerce | 8,570 | 13 | 14 | a day ago | 460 | October 12, 2021 | 2,200 | other | PHP | |
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine. | ||||||||||
Wp Graphql | 3,458 | 7 days ago | 139 | gpl-3.0 | PHP | |||||
:rocket: GraphQL API for WordPress | ||||||||||
Create Guten Block | 3,140 | 8 months ago | 107 | mit | JavaScript | |||||
📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins. | ||||||||||
Plugin Update Checker | 1,971 | 63 | 30 | 12 days ago | 31 | July 24, 2022 | 83 | mit | PHP | |
A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes. | ||||||||||
Dropkick | 1,944 | 98 | 8 | a year ago | 13 | February 12, 2018 | 19 | mit | JavaScript | |
A JavaScript plugin for creating beautiful, accessible, and painless custom dropdowns. | ||||||||||
Amp Wp | 1,764 | 7 days ago | 109 | gpl-2.0 | PHP | |||||
Enable AMP on your WordPress site, the WordPress way. | ||||||||||
S3 Uploads | 1,748 | 43 | 9 | 14 days ago | 19 | July 30, 2021 | 173 | PHP | ||
The WordPress Plugin to Store Uploads on Amazon S3 | ||||||||||
Redux Framework | 1,667 | 3 | 1 | 9 days ago | 67 | June 21, 2022 | other | PHP | ||
Redux is a simple, truly extensible options framework for WordPress themes and plugins! | ||||||||||
Wordpress Seo | 1,611 | a day ago | 3 | June 28, 2022 | 1,019 | other | JavaScript | |||
Yoast SEO for WordPress | ||||||||||
Jetpack | 1,483 | a day ago | 18 | July 12, 2022 | 2,581 | other | PHP | |||
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic. |
A plugin that integrates WordPress with Elasticsearch.
Aside from super fast full text search, this plugin will speed up post listings of any post type, including WooCommerce products.
The plugin works by indexing all posts and post meta data and redirecting the requests by WordPress from MySQL to Elasticsearch.
The plugin requires that you have Elasticsearch installed on your server.
WordPress Repository: https://wordpress.org/plugins/elasticsearch-indexer/
/wp-content/plugins/
) in wordpress.composer install
inside the new directory.curl -XGET -i 'http://127.0.0.1:9200'
in the command line)Follow the instructions in the Elasticsearch Docs.
Make sure that Elasticsearch is installed and running on your server by running curl -XGET -i 'http://127.0.0.1:9200'
in the command line.
The plugin requires no modification to work. Once you have put in your settings and run an initial reindex of the site the plugin will keep elasticsearch in sync with MySQL and redirect queries from MySQL to Elasticsearch. However the plugin comes with a few extra features and filters that you can use.
ignore_sticky_posts
is set to true
)Elasticsearch Indexer is licensed under General Public License (GPLv2).