Improving Site Performance…
By Angsuman Chakraborty, Gaea News NetworkMonday, September 24, 2007
I have significantly improved our site performance in the last month. I did all the site optimization steps by the book, found a lot of new things and fine-tuned existing ideas. There are a couple of good ideas I am yet to implement like using Lighttpd server instead of Apache 2.
I am writing a detailed article on all the site optimization steps we have taken, what worked and what didn’t and why. You would be surprised with the results. It should be ready in 2-3 weeks after I complete this phase of optimizations with master-master replication of MySQL databases & Lighttpd.I have a server in-waiting which we will soon use to replicate our sites.
In the end the ability to measure the improvements and persistence paid off. As you had read so far into the article I will offer two hints:
1. Watch your MySQL. It is most likely where the bottleneck is, specially for WordPress sites.
2. Use ajaxMyTop to watch MySQL during heavy load period. You can also use the MySQL’s slow query log, but I found using mtop to be the best idea.
Tags: Load Testing, Ready, Things
September 27, 2007: 9:54 pm
I do use pretty permalinks for most of my blogs, except the early ones like simple thoughts. How did you solve it? |
September 26, 2007: 1:45 am
lighttpd should be a breeze for you since you don’t use “pretty permalink” (urls without “index.php”) |
Angsuman Chakraborty