I added a new set of waterfall views that groups the requests by connection. There are 2 versions. On the main waterfall page (below the traditional ...
728
Steve Souders
steve_souders
Feb 1, 2009 11:07 pm
Wow, that is nice. Someone was just asking me yesterday about a tool that did this. Bravo!...
729
Jose Noheda
jose.noheda
Feb 2, 2009 10:42 am
I've tried PageTest to no avail. Unfortunately I've upgraded to IE8-RC and the option is missing in the Tools menu. I'm eagerly waiting for an update. I've...
730
Scott Coldwell
cold1203
Feb 2, 2009 2:01 pm
I've got pagetest working with RC1, you might just have to reinstall ... IE8-RC and the option is missing in the Tools menu. I'm eagerly waiting for an update....
731
jaredhirsch
Feb 2, 2009 2:51 pm
hopeful *bump*. Any statisticians in the crowd tonight?...
732
Jose Noheda
jose.noheda
Feb 2, 2009 4:12 pm
It may have to do with my Spanish installation of IE. But it does not work here for sure. It's listed as unavailable. On Mon, Feb 2, 2009 at 3:01 PM, Scott...
733
Stoyan Stefanov
ssttoobg
Feb 2, 2009 5:15 pm
Back up again. There has been an awful lot of traffic lately. I think maybe because there¹s a Wordpress plugin now and also a desktop client using the API and...
734
Peter Booth
alohashirt99
Feb 2, 2009 5:31 pm
I was talking about the PageTest service, not the downloadable install. There are many similar tools you can install locally. The service has the extra benefit...
735
Peter Booth
alohashirt99
Feb 2, 2009 8:40 pm
Jared, I think that you are (implicitly) asking for a number of things. 1. An explanation of how Steve Souder's particular data was captured. 2. Some...
736
srid68gmail
Feb 2, 2009 9:01 pm
Hi, I have created a Demo Page http://www.arshu.com/Demo/Image- Optimization-Demo.aspx where I am testing my Optimization Product. I am getting wierd results....
737
Patrick Meenan
pmeenan
Feb 2, 2009 9:58 pm
Is that the actual test page or is the "Faster Page Demo" the optimized site? I did a test run through pagetest and the sprite appears to be working:...
738
Patrick Meenan
pmeenan
Feb 2, 2009 10:01 pm
Hmm, the current version of pagetest on sourceforge should work fine with IE8 RC (it was updated when Beta 2 came out): ...
739
SRI
srid68gmail
Feb 3, 2009 5:34 am
Hi, Thanks for looking at my site. I know the Sprites are working. I want to know why Firebug is reporting a download of 2MB on the images when it is actually...
740
Jose Noheda
jose.noheda
Feb 3, 2009 9:23 am
Weird. I reinstalled IE8RC in English and pagetest again with same results. I'm attaching a couple screenshots. Am I missing something?...
741
abhishek831
Feb 3, 2009 12:13 pm
If resident memory is going to 90 m.It means it is case of memory leak...
742
bw
bwakkie
Feb 4, 2009 11:09 am
the latter 2009/1/30 ASKME <Cstolworthy@...> ... -- ^(B(astia{2}n)?)(\s)?(W(ak{2}ie)?)$...
743
nifrou
Feb 10, 2009 1:40 pm
hi i try to use yslow to check my web-pages. But it was a bug, the progress bar stay frozen at 0. Then in stats & in performance sections the values are false....
744
Chris Griego
cjohngriego
Feb 11, 2009 5:28 pm
Tests older than 2/10 16:00 in the hosted PageTest test history are not displaying waterfall, checklist or screenshot thumbnails, and since they don't have alt...
745
Patrick Meenan
pmeenan
Feb 11, 2009 5:56 pm
Sorry, should be fixed now. I was moving things around and missed one of the rewrite rules. The history should never have broken. I have all of the results...
746
Chris Griego
cjohngriego
Feb 11, 2009 6:01 pm
Thanks Patrick! Like I said, been using PageTest for awhile now and you've done a fantastic job with adding helpful new features. The new connection view...
747
Patrick Meenan
pmeenan
Feb 11, 2009 6:30 pm
Looks like it will take a fair amount of work to get the pre-august result fully working (with the new capabilities) but in the meantime you can get to them...
748
steamer2k
Feb 11, 2009 9:58 pm
Given the number one performance rule in the YSlow guidelines (http://developer.yahoo.com/yslow/help/#guidelines) is "Make Fewer HTTP Requests". I thought this...
749
Ernest Mueller
mxyzplkiv
Feb 11, 2009 10:31 pm
I totally agree. In fact, currently when we do custom programming (like Web services) a lot of the work ends up being in "bundling" multiple items together to...
750
bw
bwakkie
Feb 12, 2009 3:19 pm
Hi!, A very Interesting discussion indeed. I just can't help thinking how to do it now in real live ;-) I guess with smart bundling it comes near? After doing...
751
jesus.cake
Feb 12, 2009 8:41 pm
When using YSlow Stats on this page: http://developer.yahoo.com/performance/rules.html I see that the Empty Cache has 38 HTTP requests and that the Primed ...
752
Philip Tellis
philiptellis
Feb 12, 2009 9:11 pm
... There are 38 HTTP requests on the page, but 37 of these are cacheable resources, so they are just read from cache on subsequent (Primed cache) hits. As a...
753
ASKME
paranoiabots
Feb 12, 2009 9:33 pm
From what I have seen most places "recommend" that you keep your page sizes around 200-300k. But from what I have seen most ajax libraries ARE about 200-300k....
754
Gerald Oskoboiny
geraldoskoboiny
Feb 12, 2009 10:04 pm
* steamer2k <steamer25@...> [2009-02-11 21:58-0000] ... This sounds similar to HTTP/1.1 Pipelining: http://en.wikipedia.org/wiki/HTTP_pipelining ... I...
755
Philip Tellis
philiptellis
Feb 12, 2009 10:06 pm
... You can get YUI for just 17.4Kb: http://yuiblog.com/blog/2008/10/17/loading-yui/...
756
Patrick Meenan
pmeenan
Feb 12, 2009 11:51 pm
The problem with pipelining is that it returns the requests in the order asked and the client doesn't necessarily know the best order to ask for things to...