Yep, and the most important extensions have versions for it :) Firebug 1.2.0 beta 3: https://addons.mozilla.org/en-US/firefox/addon/1843 ...
477
Rakesh Rajan
rakeshxp
Jun 21, 2008 4:32 pm
Hi, I recently found that Gmail is able to identify whether YSlow has been activated and if so, displays a warning message: ...
478
Vinayak Hegde
vinayak.hegde
Jun 21, 2008 5:59 pm
... This simple bit of code should help you do that. Just remove the alert() and add your custom logic. Works with FF2 and FF3. if(window.console &&...
479
Rakesh Rajan
rakeshxp
Jun 21, 2008 7:02 pm
That was simple :) Thanks! Rakesh...
480
kmr_nishant
Jun 23, 2008 8:09 am
Hi, I have a webapp that requires authentication for access. Even the static resources, like css, images, js etc, are secured. Does YSlow work for this kind of...
481
John Clegg
johnclegg
Jun 26, 2008 8:42 am
Hi , I'm not sure this is the right place to ask. I'm looking for an opensource tool to monitor the webserver response time. I'm interest in time to first byte...
482
Richard Quinn
schwarzer_ktr
Jun 26, 2008 8:44 am
Hi, this might be what you are looking for: -- Richard Quinn quinn.richard@... +49 172 9359823...
483
Richard Quinn
schwarzer_ktr
Jun 26, 2008 8:45 am
Hi, this might be what you are looking for: https://addons.mozilla.org/en-US/firefox/addon/1743 Sorry for the premature post just now :) -Richard -- Richard...
484
John Clegg
johnclegg
Jun 26, 2008 9:24 am
Thanks for tip on the plugin, I'll have a look into it. I'm actually looking for something on the server side or polling so that I can profile over time. ...
485
Umair
theumairshahid
Jun 26, 2008 10:59 am
I am wondering and trying to do research on push technology. Actually i guess there doesn't exist any thing like this that without doing any request to server...
486
Steve Souders
steve_souders
Jun 26, 2008 2:19 pm
Jiffy, announced this week at Velocity, is the open source choice for embedding timing instrumentation in your web pages: http://code.google.com/p/jiffy-web/ ...
487
Patrick Meenan
pmeenan
Jun 26, 2008 2:37 pm
Are you looking to trend the host response time or the full page (sounds like you're just looking at the server itself). If you're just looking for the server...
488
Scott Coldwell
cold1203
Jun 26, 2008 6:09 pm
... I've used Mod_Headers to return the response time in the http headers. It returns the time it takes for apache to receive the response from the appserver,...
489
John Clegg
johnclegg
Jun 26, 2008 7:32 pm
Thanks for all your suggestions. I've bookmarked Jiffy to have a look at and I'll look at adding mod_headers that looks like exactly what we need :-) I get...
490
John Clegg
johnclegg
Jun 26, 2008 7:35 pm
Hi, I've been running audits of websites and they're Yslow rankings. I was wondering you had here was an automated way to suck all the information out of YSlow...
491
Rob Larsen
super_genius.rm
Jun 26, 2008 7:52 pm
If anyone has such a script can they send it back in time to me. I really could have used it when doing this list manually: ...
492
Philip Tellis
philiptellis
Jun 26, 2008 8:59 pm
... Have a look at httperf and ab: http://www.hpl.hp.com/research/linux/httperf/ http://httpd.apache.org/docs/2.0/programs/ab.html...
493
Philip Tellis
philiptellis
Jun 26, 2008 9:02 pm
... The last time I checked, HTTP Push was only supported by mozilla based browsers. That may have changed in recent years (I've heard that Safari supports...
494
Philip Tellis
philiptellis
Jun 26, 2008 9:23 pm
... yslow can beacon results back to a web service. this is how you do it: 1. In firefox, enter about:config in the url. 2. Enter yslow*beacon in the filter...
495
John Clegg
johnclegg
Jun 26, 2008 10:10 pm
That's awesome. Thanks for the tip. John...
496
Umair
theumairshahid
Jun 27, 2008 6:18 am
ooo Thanks, this is called comet , i mentioned is as work round because i am doing same thing. I am aware of Client server communication but is there any...
497
Ryan Doherty
ryan.doherty
Jul 1, 2008 11:33 pm
Does anyone have any experience with the performance of large sprites? We're optimizing some of our sites and one sprite is 80kb and 800x1000px . This seems a...
498
fotiman2000
Jul 2, 2008 3:56 pm
On a page that includes an iframe that pulls in another HTML document, YSlow complains that the CSS files included by that iframe are not "at the top", even...
499
specht_heiko
Jul 4, 2008 10:07 am
Hi John, this might help you (Single Web Page Test for free): http://www.gomez.com/info_center/instant-test.php not recurring but you can test it from various...
500
specht_heiko
Jul 4, 2008 10:13 am
Or even better: http://www.webperform.com/ Basic Measurement is for free. Heiko...
501
Patrick Meenan
pmeenan
Jul 7, 2008 1:02 pm
http://mon.itor.us/ will also test and trend your base page performance for free. -Pat From: exceptional-performance@yahoogroups.com ...
502
Heiko Specht
specht_heiko
Jul 8, 2008 7:06 pm
Hi all, as all Browsers now can open more than two connections a question pops up. Will this have negative impact to the webservers ? As more sockets are used...
503
Philip Santosh Tellis
philiptellis
Jul 8, 2008 10:05 pm
... It depends on how your web server is configured. You'd typically configure a single web server to handle 15-20 concurrent connections, and maybe keep...
504
Patrick Meenan
pmeenan
Jul 8, 2008 10:18 pm
Also depends on how large-scale your site is. If you're only serving the base page from your hosts and everything else from a CDN the increased connections...
505
daveartz
Jul 9, 2008 2:53 am
Figured I'd throw http://www.grabperf.com into the mix here. We have a bunch of our (AOL) pages tested there. It's just the base HTML page so keep that in...