Reduce mysql queries to improve site speed?
-
Since moving my website to a VPS we’ve gotten some problems with the database crashing during times of high traffic (more specifically, wp_options crashes). Also during these intensive traffic-spikes we get “Could not connect to database”-errors.
We run about 20 plugins, and according to P3 Performance Profiler we have on average 67 database queries per visit. This works fine and fast during normal traffic, but our spikes seem to be causing problems with the database. Our VPS-provider seems confident that it is our wordpress-setup and the many mysql queries that cause this.
Som my question is twofold I suppose:
1. Would reducing the number of queries improve site stability and reduce the risk of our database crashing?2. For someone like me who is no programmer, how would I best go about trying to reduce the number of mysql queries? Are there good plugins for this? Or other methods?
Any input more than welcome!
- The topic ‘Reduce mysql queries to improve site speed?’ is closed to new replies.