Install + Configure Elasticsearch to Speed up WordPress CentOS

The default WordPress search uses MySQL which is not search-optimized and can be slow due to the structure of some WordPress and WooCommerce tables. Elasticsearch is a NoSQL database which uses a lucene structure with the goal of providing search results in real time. The ElasticPress plugin integrates WordPress with Elasticsearch to make WordPress searching awesomely fast. … Learn more…

Install + Configure Elasticsearch to Speed up WordPress Search

The default WordPress search uses MySQL which is not search-optimized and can be slow. Elasticsearch is a NoSQL database which uses a lucene structure. The goal of Elasticsearch is to provide search results in real time. ElasticPress is the plugin that integrates WordPress with ElasticSearch to make WordPress searching fast and awesome. It extends WordPress … Learn more…

Install + Configure Elasticsearch to Speed up WooCommerce Search

WooCommerce often requires a powerful server to run smoothly. For anybody who has a large store with thousands of products or orders, you may have experienced a slow WooCommerce backend in the wp-admin area when doing management tasks. One way to fix slow WooCommerce product or order search is to use the power of Elasticsearch. Elasticsearch is … Learn more…