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 …