WordPress Persistent Database Connections

Originally published at: WordPress Persistent Database Connections - Managing WP - All about Managing WordPress

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. Module Proposal:…