I'm looking at a page in YSlow and it has 3 iframes. Two of them are empty and so is the third, but it has a src attribute that says src="#". In the...
1531
specht_heiko
Apr 22, 2010 12:43 pm
Hi all, I am now at the point where I need a good idea of what could cause the following error. The error happens only at night when there is no or nearly no...
1532
Sachin
sachinrgupta
Apr 22, 2010 7:52 pm
Hi, Every time I run YSlow, i only see page size in status bar. Status bar doesn't display the response time. How do I enable it or how do i see the page...
1533
n_sidhaye
Apr 26, 2010 1:31 pm
Hi Exceptional Performance Team, From http://developer.yahoo.com/yslow/help/beacons.html#yslow_beacon I try to capture YSlow information for Yslow beacon....
1534
n_sidhaye
Apr 26, 2010 1:44 pm
Hi Exceptional Performance Team, I wanted to capture information gathering by YSlow Beacon. For this I am referring...
1535
Antonia Kwok
antoniakwok
Apr 26, 2010 9:09 pm
beaconURL needs to be a valid URL. Firefox will not send a post request to an invalid URL. Reset the value of beaconURL in about:config and you should see...
1536
Antonia Kwok
antoniakwok
Apr 26, 2010 9:20 pm
Sachin, Did you run YSlow with Firebug enabled? If your Firebug window is not opened, it may not be on unless you turned on "On for all web pages". YSlow...
1537
n_sidhaye
Apr 27, 2010 5:43 am
Hi antoniakwok, Thanks for your response. I am using valid URL. I got all data when I am using beaconInfo = basic. But when I change beaconInfo to all, grade...
1538
tbts77
Apr 27, 2010 9:39 am
Hi, when I expand an image header in YSlow (components) I see the Expires and then inside of this is again Expires: #date. Like this: Expires Expires:...
1539
lrachits
Apr 28, 2010 4:24 pm
I've been really impressed with the StackExchange platform (http://www.stackexchange.com <http://www.stackexchange.com> , made by the same people that run...
1540
Ryan Doherty
ryan.doherty
Apr 28, 2010 5:11 pm
I like this idea, but I'm worried that there isn't enough traffic to support a stackexchange site. The traffic on this list is relatively low (2-3...
1541
lrachits
Apr 28, 2010 5:33 pm
Agreed, that is the big question. More specifically, how many people out there care about web performance, and how many of those people are interested in...
1542
David
davidlantner
Apr 28, 2010 7:07 pm
Here's one more example of the value of performance. New York based tech investor Fred Wilson (http://www.avc.com/) delivered a presentation at the Future of...
1543
n_sidhaye
Apr 29, 2010 7:25 am
Hi all, While debugging I come to know the parameter "lt" which gives page load time is not coming in basic (extensions.yslow.beaconInfo) When I configured...
1544
Adrian Yee
adrian@...
Apr 29, 2010 7:54 pm
Hi Nikhil, ... It's a known issue. You don't get the page load time (lt) when you haven't loaded a page previously to loading the current page. It starts the...
1545
lrachits
Apr 30, 2010 9:03 pm
The proposal is getting some really solid traction, we're in the top 10 highest voted proposals at this point! If you haven't had a chance to vote it up (and...
1546
Sergey Chernyshev
sergeycherny...
May 1, 2010 3:50 am
Unless it's basic, it sends data as POST body. Sergey...
1547
lrachits
May 4, 2010 5:13 pm
Based on my own personal need, and after hearing a number of complaints about the annoyance of dealing with multiple analytics webbugs, I've put together a...
1548
pmeenan
May 7, 2010 12:03 am
Thanks to the PSW Group <http://www.psw.net/> we now have a test location available from Frankfurt for WebPagetest <http://www.webpagetest.org/> . It is...
1549
Steve Souders
steve_souders
May 7, 2010 12:16 am
Pat - you rock!...
1551
Sergey Chernyshev
sergeycherny...
May 9, 2010 6:32 pm
What's the practical use for unified code in this case? It'll make more JS calls and they all will delay calls to respective services lowering the quality of...
1552
lrachits
May 10, 2010 3:30 pm
Today many sites use multiple webbugs to capture traffic in multiple ways, for various departments or using different approaches. For example, I use a...
1553
Sergey Chernyshev
sergeycherny...
May 10, 2010 4:31 pm
Not really - how is that easier or better then adding each code separately? Sergey On Mon, May 10, 2010 at 11:27 AM, lrachits...
1554
secpoint3000
May 10, 2010 6:39 pm
I get this error when I upload Is it possible to download the software and do it locally?...
1555
pmeenan
May 26, 2010 7:20 pm
Thanks go out to Aaron Peters <http://www.aaronpeters.nl/en/> for volunteering to expand the WebPagetest <http://www.webpagetest.org/test> testing footprint...
1556
systemtheoretiker
systemtheore...
May 27, 2010 5:41 pm
Hello, I work on a fairly large site (www.camping.info) and have come to a point where my css file has reached the size of about 180kb. I am working on...
1557
Chris Korhonen
chriskorhonen
May 27, 2010 5:51 pm
My take is that although 180kb sounds huge for a CSS file, if you have gzip enabled, then it the fact that its plain text means it can be compressed to...
1558
Patrick Meenan
pmeenan
May 27, 2010 5:55 pm
You're off by quite a bit in your gzip estimates. Looks like your layout.css right now is ~140KB and is ~27KB on the wire gzipped. Gzip compression rates are...
1559
Stoyan Stefanov
ssttoobg
May 27, 2010 7:17 pm
Additionally, you can consider having "core" reusable CSS as one file and inline the page-specific parts in each page CSS is a bad dependency (blocks all...
1560
Sergey Chernyshev
sergeycherny...
May 28, 2010 5:14 am
I’ve been dreaming about this for a while now and then Aaron and I were working on different parts of the system which allowed that to happen and now it’s...