It seemed that one of my blogs was slowing down to a point where it was almost unusable. Trying to save or publish an entry would often lead to a connection timeout and loss of what I’d typed.
But, it was only one site. This one, also running
Pulling up the blog database in
By far the biggest improvement came after I optimized / repaired all the tables. The site, both admin and visitor side, became downright snappy. Turns out, many of the tables had connections that had closed incorrectly and were causing problems. By closing those connections, it sped up the whole process. Of course, I had to go and do the same procedure on this site.
Now, the only task is to figure out a cron job to do this every week or so so that I don’t have to worry about it.
Be First to Comment