WordPress Persistent Database Connections

Introduction If you’re running a large-scale WordPress instance, the time it takes to connect to the local MySQL database adds up. For a smaller site, it will be insignificant. Unfortunately, WordPress doesn’t support persistent database connections. But there is a GitHub issue on the WordPress Performance Plugin that might make this a possibility. Related Content …

Read more

WordPress Database Indexes

Introduction If you’ve ever had to deal with a medium to large WordPress instance, you’ve also had to deal with an extensive database, many rows, and a sluggish back-end/front-end. WordPress Database Indexes You might not know, but a plugin by the famous Oliver Jones and Rick James optimizes some problematic databse tables that either have …

Read more