Further optimize

I have optimize my site as much as I can.

How can I further optimize it without using CDN ?
Here are the test results.

  1. How can I improve DNS lookup time ?
  2. How can I reduce “time to first byte” ?
  3. How can I reduce SSL negotiation time ?

Here is the test result:
http://www.webpagetest.org/result/110201_90_2JQ7/1/details/

Thanks.

Hi Jason,

please post the link to your results.

  • Aaron

Here is the test result:
http://www.webpagetest.org/result/110201_90_2JQ7/1/details/

DNS lookup time in this test is 264 ms, quite high, considering your server is in Texas and the test ran from Dulles, VA.
Run some more test to find out if the 264 is a high outlier or a good indicator of the average.

TTFB.
Well, it’s not that bad really. It takes just under 100 ms. I say it is fine. Focus on other stuff for now (look at the big red Fs at top of page: work on that)

SSL handshake takes 400 ms and that is not uncommon.
Again, work on the other things first.
I have little experience with optimizing SSL handshake time. Search ths forum, google “SSL performance” …

Aaron,

====> Again, work on the other things first.

Can you please tell me the top three things that will help me and should be optimized ?

Thanks.

More specifically the gzip and combine columns.

Your page has 52 objects in it? Reduce that greatly would be my first and most obvious suggestion.

Yep, like Sajal suggests:

  • turn on compression for HTML, CSS and JS files (you do this on the server)
  • combine files (all CSS in 1 .css file, all JS code in 1 .js file, CSS images in a sprite - use spriteme.org)

Then do another round of testing here on WPT.