IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Don't think that's the problem
That 3-7 second delay I mentioned is on the first page load. Nothing else starts downloading until after that.
--

Drew
New Have you tried FireBug's Net tab or IEWatch?
Something that tells you what is loading when, and how long it takes.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New That's where I get the 3-7 seconds for initial page load
--

Drew
New No long delay here + a couple of observations
The redirect from www.cooklikeyourgrandmother.com to cooklikeyourgrandmother.com adds almost a second to the initial page load time in my case. It also generates a second DNS hit. If your DNS server is slow to resond or you have a broken forwarder (say a certain type of Belkin wireless router) this could easily exacerbate the delay.

There are no long delays downloading parts once the root page is loaded. I do see long delays closing connections, but that does not seem to have an effect on page display. The delays occur on both sides, so this may just be the way HTTP works. E.g. the last request is finished after 9s but the last connection is closed at 22s.

The blog doesn't have the redirect overhead and otherwise behaves the same as the main page.

Most of the static content you provide (images, css, ...) has the Expires header set to April 15 2010. This sets up an extra trip to the server for everything that is used more than once.
New Thanks for noticing the expires header
The article I copied some optimization tips from was written in 2007. At the time 2010 was "far future".
--

Drew
     Need help analyzing web server performance - (drook) - (20)
         Wordpress is in PHP, isn't it? - (static) - (17)
             Yes it is - (drook) - (16)
                 PHP Memory limits. - (static) - (15)
                     What if there are multiple, conflicting calls? - (drook) - (14)
                         Two answers. - (static) - (13)
                             Just found php.ini has a 90M limit - (drook) - (12)
                                 Re: Just found php.ini has a 90M limit - (folkert) - (9)
                                     Noticed that recently too - (drook) - (8)
                                         That can happen if your software isn't - (jake123) - (7)
                                             But it is ... I already made sure of that ... oh wait - (drook) - (6)
                                                 CSS listed first on the page? - (malraux) - (5)
                                                     Don't think that's the problem - (drook) - (4)
                                                         Have you tried FireBug's Net tab or IEWatch? - (malraux) - (3)
                                                             That's where I get the 3-7 seconds for initial page load -NT - (drook) - (2)
                                                                 No long delay here + a couple of observations - (scoenye) - (1)
                                                                     Thanks for noticing the expires header - (drook)
                                 Not necessarily. - (static) - (1)
                                     Haven't played with it yet - (drook)
         Bleah you are using PHP. - (folkert) - (1)
             Surprisingly today... - (folkert)

Soylent Green is people!
161 ms