The guys at Aptimize <http://www.getrpo.com/> have stood up an instance of pagetest in New Zealand for the public to use at http://www.webpagetest.org.nz...
Patrick / Aptimize, Wow! Thank you for a great tool. Is there information available on the steps required to put a pagetest server in place? Also, is there an...
Ping me offline (PatMeenan@...) if you're interested in standing up an instance (either for public consumption or for testing inside of your firewall). I...
Pat, Again, thank you for a great tool. I especially like the start render and document complete bars in the waterfall. I can see using this alongside Firebug,...
We had a spare system lying around so I loaded it up with IE8 beta 2 for public testing (http://www.webpagetest.org <http://www.webpagetest.org> ). With the...
hi there people people its show time sorry i need a plugin in yahoo! messenger that when i logged in to messenger it save it and when i logged out it save it ...
You really can't rely on those numbers. More important is the response time that a "real" user sees. On Gomez' homepage they have a free test app that will...
So, with pagetest <http://www.webpagetest.org> having been up for 8 months now with close to 26,000 tests having been run I thought it would be worthwhile to...
That's interesting but too be honest I'm not totally shocked - the average user tends not to get deep (by choice or simply due to lack of access) into the kind...
I don't think it's restricted to the average user. Something like CNN.com actually has a dedicated group of SA's. Persistent connections are enabled by...
In larger organizations it is often still the case where the web developers do not have access to the production servers, or to their configuration - you'll...
Patrick, You provided an opportunity for me to ask a question that I have been wrestling with for a long time: If you imagine a web server that returns a...
Usually the conditional get is done if the resource is still in the cache but the expires date has passed. If it is before the expiration date the request...
... developers ... configuration - ... even ... place ... Here's what I've found, working for a large site: 1) There is a constant tension between the content...
Heinlein's Razor: Never attribute to malice, what can easily be explained by stupidity. One of those adages that can help us stay sane. One of those aphorisms ...
... We have a variation on that approach. Instead of a version number we use an MD5 of the content, and it's cached for years. That way the cache is bused...
On my site (www.dogpile.com), YSlow says that 4 external scripts were found in the document HEAD. But for the life of us, we can't see what it's seeing. The...
Yes, but at least three of them are at the top of the <body />, and two of those require external resources. Cheers Dave On Tue, 02 Dec 2008 23:10:01 -0000,...
You're right about where the scripts are placed. Yslow will suggest you move your scripts the the _very_ end of the body as loading scripts before that will...
Mark, The url format of your scripts exposed a bug in the yslow code. When yslow checks for offender of the js at bottom rule, it is only searching if the...
Nicole, Stoyan: thanks so much for Smush.it. It's a fantastic resource. I've created a WordPress plugin that runs every uploaded image through Smush.it behind...
One difference is wrt browser side caching. For Internet explored users many large corporates will have a custom OS build that doesn't cache encrypted content....
... Yep, the nasty IE bug with Cache-control directives and SSL <http://support.microsoft.com/kb/323308> I'm aware of that. I'm implicitly understanding that...
I'm trying our smush.it with the Firefox extension, and I'm getting JS errors that appear to be stemming from a PHP error. You may want to take a look through...