Search the web
Sign In
New User? Sign Up
exceptional-performance · Exceptional Performance
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 70 - 101 of 1300   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
70
So if you go with a CDN, how easy is it to implement the other recommended items in the list, especially things that need messing with the headers (Expires,...
Ernest Mueller
mxyzplkiv
Offline Send Email
Sep 6, 2007
9:32 pm
71
It depends upon the CDN/ADN you choose to work with. CDN's with advanced functionality can make it easier for you because they can apply rules in their...
scottfrosty2000
Online Now Send Email
Sep 6, 2007
9:58 pm
72
I'm using YSlow to help tune our web site after a redesign, and I'm seeing some very bizarre returns for the ETAG section. First, some background: * We're...
Jody Farr
jodyfarr
Offline Send Email
Sep 20, 2007
11:38 am
73
Hi, Jody. Are the CSS background images used in both cases? Can you share the URL? If you think you've turned off ETags and are running IIS 6.0, but your...
Steve Souders
steve_souders
Online Now Send Email
Sep 20, 2007
5:37 pm
74
Maybe due to some differences in DOM, YSlow loops if used for an xml page with a processing instruction to transform it with xslt. Overall YSlow looks...
staudinger_manfred
staudinger_m...
Offline Send Email
Sep 23, 2007
6:57 pm
75
Thanks, Steve. The site is www.post-gazette.com, and this morning I see image files showing up in YSlow with headers like this: Response Headers Server:...
Jody Farr
jodyfarr
Offline Send Email
Sep 24, 2007
4:05 pm
76
The problem appears to be that the ETags are not being removed. You'll have to consult an IIS expert for that. -Steve...
Steve Souders
steve_souders
Online Now Send Email
Sep 26, 2007
10:25 pm
77
I have been using thttpd for 6-8 months now with a load of about 1-2 million hits a day. When viewing sites that use the image server with firebug I notice...
james.hartford
Offline Send Email
Oct 5, 2007
2:00 am
78
The response times shown in Firebug's Net Panel should be taken with a grain of salt. If you need accurate times, I recommend using a packet sniffer like...
Steve Souders
steve_souders
Online Now Send Email
Oct 9, 2007
5:21 am
79
Would it be possible in a future release of the YSlow add-on to have a option of which rules are checked?...
djspencer1981
Offline Send Email
Oct 11, 2007
8:25 pm
80
Yes, we're considering ways to maintain a default YSlow score, while allowing users to customize the scoring algorithm. -Steve Souders ... a option of which...
Steve Souders
steve_souders
Online Now Send Email
Oct 11, 2007
9:06 pm
81
Our department is conducting performance tests comparing current pages to updated pages based on the the YSLOW rules. We are using Silk Performance tools to...
srichardjr
Offline Send Email
Oct 22, 2007
5:31 pm
82
This is a great question. When I speak about "backend" I mean the time for the HTML document to reach the client, and "frontend" is everything after that. With...
Steve Souders
steve_souders
Online Now Send Email
Oct 22, 2007
5:49 pm
83
Hi I find the following in the cached requests tab Empty Cache Primed Cache 43.9K 1 HTML document (est) 2.5K 3 Style Sheet Files 103.7K 19 JavaScript Files ...
Rahul
rah_73_1999
Offline Send Email
Oct 23, 2007
7:18 am
84
... Did you check what the requests were (say using liveHTTPheaders), They might be If-modified-since requests (which are low overhead) and might not actually...
Vinayak Hegde
vinayak.hegde
Offline Send Email
Oct 23, 2007
7:34 am
85
Hi Vinayak I got it now, that content is not got below. And if I want to prevent the http request totally then I need to use the Cache-Control: max-age=xxx...
Rahul P. Mahindrakar
rah_73_1999
Offline Send Email
Oct 23, 2007
8:13 am
86
... Yeah I think that should work. Cache-control headers should be honored by both intermediate caches (such as squid) and also user-agent (browser) caches....
Vinayak Hegde
vinayak.hegde
Offline Send Email
Oct 23, 2007
8:27 am
87
I've seen (and understand why) many places[1] suggest far-future expires header (or max-age) on images/css etc that dont change. I use this, but by default the...
Barry Hunter
b_b_hunter
Offline Send Email
Oct 25, 2007
6:55 pm
88
This seems risky to me. Before doing it I would want to verify that it works on A grade browsers. Have you tested it? -Steve...
Steve Souders
steve_souders
Online Now Send Email
Oct 25, 2007
8:32 pm
89
Thanks for the response, at least echos my feelings, I trying it now on the css/js of the site. In IE7 (watching with Fiddler) and Firefox/LiveHTTPHeaders,...
Barry Hunter
b_b_hunter
Offline Send Email
Oct 25, 2007
8:47 pm
90
Hit "reload" to force the browser to (re-)request the resource. If there was a last-modified header, the resource should be requested with an If-Modified-Since...
Steve Souders
steve_souders
Online Now Send Email
Oct 25, 2007
10:17 pm
93
Just curious how YSlow knows a CDN is present when running an analysis. I work for Akamai but the opinoins below are mine and aren't necessarily those of my...
dasfreak_au
Offline Send Email
Oct 31, 2007
2:20 am
94
Hi, Graeme. You've got it about right. There's no way for YSlow to detect if a request is coming from a CDN in realtime, for the exact reason you describe -...
Steve Souders
steve_souders
Online Now Send Email
Oct 31, 2007
4:48 am
95
Hi all, I am having a problem in understanding what 'Response Time' in Yslow status bar exactly corresponds to. According to Yslow faq: ...
Peeyush
pkul7de
Offline Send Email
Oct 31, 2007
11:12 am
96
The onload event doesn't fire until the page and all the components in the page are done downloading. This doesn't include downloads that are done...
Steve Souders
steve_souders
Online Now Send Email
Oct 31, 2007
5:09 pm
97
Is it the window's .onload or the document's .onload? Window I assume. And to further answer Peeyush's question, O'Reilly says "The onLoad() handler is...
Ernest Mueller
mxyzplkiv
Offline Send Email
Oct 31, 2007
7:18 pm
98
Ok, that means that in crude words we can say, Response time = (time for download from network) + (time for decoding of components, eg jpeg) + (time for actual...
Peeyush KULSHRESTHA
pkul7de
Offline Send Email
Nov 1, 2007
11:29 am
99
Hi, In our homepage (current yslow score 95%) we decided to cut an URL request to a 1x1 pixel image and instead use the data URL scheme: http://nestoria.co.uk/...
mtmetten
Online Now Send Email
Nov 2, 2007
1:08 pm
100
AFAIK data:url is unsupported in IE...
Jose Noheda
jose.noheda
Offline Send Email
Nov 2, 2007
1:15 pm
101
That's correct, IE doesn't support data: URLs. I'll add a bug for YSlow to recognize them and handle them better. Thanks! -Steve ... ...
Steve Souders
steve_souders
Online Now Send Email
Nov 2, 2007
4:00 pm
Messages 70 - 101 of 1300   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help