Fast JSON Search: Say goodbye to slow queries from the WordPress internal search engine
By default, WordPress performs native searches using very resource-intensive MySQL queries that force the database to carry out a full scan of the `wp_posts` table (filtering using `LIKE %keyword%` in the titles and content of each post). As your site grows, this record-by-record scan severely impacts server performance, causes CPU usage in MySQL ... Read more





