If you have ever worked on a WordPress site with a massive amount of posts and pages, you might have noticed something about the WordPress search: it doesn’t perform well. In this article, we dive into why the default WordPress search doesn’t scale and some ways to make it better. How WordPress Searches By default, the native WordPress search performs a query on your database that looks something like this: Let’s break down this query a little bit. First, we are using SQL_CALC_FOUND_ROWS on the wp_posts table. This says, if there were no limit (coming later), how many results would […]
Getting Ahead of Gutenberg
One of the biggest changes to WordPress ever is coming soon. Are you ready? How can you prepare? Why is WordPress making this change anyway? These questions and many more have been flying around the WordPress space for nearly a year since the new Gutenberg editor was announced by Matt Mullenweg in Summer of 2017 and with good reason. Many developers have concerns, namely around backward compatibility. Read on to learn how Gutenberg will affect your existing site. Intro to Gutenberg For those who have not yet heard, Gutenberg is the nickname given to a new Editor for the WordPress […]
13 Performance-Boosting Site Speed Tips for WordPress
There’s no doubt about it: Site performance is crucial to the success of your website. Today, over 25 percent of users will leave a page if it takes more than 4 seconds to load. And a delay of just a second can compound with dropped conversion rates, decrease your page views, and increase your bounce rate. A delay of two seconds could make your bounce rates spike up 103 percent. All these factors combined lead to user dissatisfaction, and for ecommerce sites, high shopping cart abandonment rates. Most users also expect the same speedy experience from your website on mobile, […]
How WordPress Evolved in 2017
The year 2017 is drawing to a close, and this year WordPress saw 11 public releases, and 11 beta or release candidate versions. Those of us close to the WordPress community may be noticing that the world of WordPress seems bigger and wider, in a way. What happened to WordPress in 2017? Many tiny changes built large milestones in the thought leadership behind WordPress. Read on to learn how WordPress silently transformed in 2017. Supporting innovation for the developer This year WordPress forged two distinct paths of improvements: those for the WordPress developer, and those for the editor. For the […]
Preparing Your Site for PHP 7.2.0
PHP has announced the availability of a third Release Candidate (RC3) for PHP 7.2.0. Currently, PHP 7.2.0 is in a development preview stage but is set to be released on November 30, 2017. With the prospect of a new PHP version on the horizon, you may be one of the many users who is wondering: Should I update? What benefits does this version offer? Is my site ready for the update? Before reading too much further, it’s important to note that 7.2.0 is a minor PHP release, which offers smaller tweaks and improvements. Larger releases include PHP 7.0, which is […]
3 Comments