Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

exceptional-performance · Exceptional Performance

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1380
  • Category: Yahoo!
  • Founded: Jul 18, 2007
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 164 - 193 of 2058   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
164 g_kljajic Send Email Dec 11, 2007
4:59 pm
Hi Steve, thanx for reply. Additional info: OS: Windows XP SP2 FF: 2.0.0.11 Firebug: 1.05 ... firebug on ... file:///C:/Program%...
165 Steve Souders
steve_souders Send Email
Dec 11, 2007
5:48 pm
You can find out a lot by looking at HTTP headers. When I'm curious I often look at the HTTP headers for top web sites (Yahoo, Google, MSN, etc.) to see what...
166 cbs4275 Send Email Dec 12, 2007
6:59 pm
Steve, It is my understanding from reading your book that a browser will cache media for the length of time set in Cache-Control and then after that length of...
167 Steve Souders
steve_souders Send Email
Dec 13, 2007
6:07 am
Per rule 13, unless you're using ETags for some advanced validation scheme, remove them. I think the missing piece to your question is that the 304 response ...
168 Craig Mullins
ravetildon Send Email
Dec 13, 2007
6:25 am
I am using the Yslow tool & am getting a grade F with gzip on this page: http://www.vacation-rental-wonderland.com/ does it not recognize when people use the...
169 Craig Mullins
ravetildon Send Email
Dec 13, 2007
6:46 am
Not sure what I am missing on my site but for some reason YSlow is telling me to add an expires header on this site: http://www.vacation-rental-wonderland.com/...
170 Barry Hunter
b_b_hunter Send Email
Dec 13, 2007
9:35 am
It's suggesting that the as js and css files should be gzipped too. Click the Components tab and it will show whats gziped and not. If you dont have mod_gzip...
171 Barry Hunter
b_b_hunter Send Email
Dec 13, 2007
3:01 pm
The ones in "meta http-equiv" are basically meaningless and will be effectivly ignored (as best I understand and certainly from personal tests) You htaccess...
172 Stoyan Stefanov
ssttoobg Send Email
Dec 13, 2007
6:44 pm
Hi Craig, As Barry suggests you should have your css and js served gzipped. Check out here for ideas: ...
173 Craig Mullins
ravetildon Send Email
Dec 13, 2007
7:04 pm
Well I think some are meaningless for the HTTP/1.1 spec for some older browsers use the HTTP/1.0 spec so you need them for redundancy? Any ideas why it's...
174 Mr john devasia
john_workaholic Send Email
Dec 13, 2007
7:30 pm
Hey Jurriaan, The workaround to the css gzipping issue that you mention is to ensure the css files are actually cached on the client, i.e. make sure that there...
175 Craig Mullins
ravetildon Send Email
Dec 13, 2007
7:49 pm
From the file sizes being reported my content is being gzipped. My style sheet is half the size it was before as is my home page. So is YSlow just not seeing...
176 cbs4275 Send Email Dec 13, 2007
10:04 pm
Steve, Thanks for the reply. I tested your answer on our site in both IE and Firefox. With IE it works exactly as you said. However with Firefox it does...
177 rsb0501 Send Email Dec 15, 2007
4:26 am
Rule 3 suggests setting Expires headers, which I've done, and incrementing the version number in the query string (?v=1, ?v=2, etc.) However, ...
178 Barry Hunter
b_b_hunter Send Email
Dec 15, 2007
11:04 am
I too found that less browsers would cache the file (or least be dishing out more conditional get requests, which returned 304s), so that requests for the...
179 yo_chan_222 Send Email Dec 31, 2007
8:17 am
Hi, For some reason YSlow is stuck at the part where the message says "Finding components in the page". Could somebody help me on this please. Thanks. ...
180 Aaron Kreider
aaronlk Send Email
Dec 31, 2007
9:40 am
I'm trying out CacheFly (a cheap CDN). I posted a couple files there (two images, a compressed css file, and a compressed javascript file). These files were...
181 Surat Singh Bhati
suratbhati Send Email
Jan 2, 2008
6:01 am
Hi Aaron, Cache ability of object depends on what *response headers* CDN is sending for a given URL. You may share more information like URL of objects or what...
182 varun
varun99_99 Send Email
Jan 2, 2008
2:07 pm
If I want to load the stylesheet for only the correct media, how should I go about doing it? Other than the user-agent, is there any way of detecting the...
183 Mr john devasia
john_workaholic Send Email
Jan 2, 2008
7:26 pm
That will depend on your CDN... can you confirm that the CDN is passing the same cache control headers as your origin was? John ... From: Aaron Kreider...
184 Aaron Kreider
aaronlk Send Email
Jan 3, 2008
12:24 am
Perhaps it takes several hours to start caching? Anyways, it is now caching fine! Aaron...
185 Stoyan Stefanov
ssttoobg Send Email
Jan 3, 2008
12:35 am
This is interesting. Thanks for the report, I'll look into it and will try to include a fix in the next YSlow release. Stoyan ________________________________ ...
186 Mr john devasia
john_workaholic Send Email
Jan 3, 2008
12:39 am
Hey Aaron, I still don't see cache control headers being sent downstream bash$ curl -o /dev/null -D - http://activism.cachefly.net/images/activism-new.jpg ...
187 yo_chan_222 Send Email Jan 3, 2008
12:49 am
Thanks Stoyan for your response. Just to confirm, so this is not caused by what ever glitch I may have caused on my blog but rather on YSlow's bug? Yoichi...
188 Wayne Shea
cws822 Send Email
Jan 3, 2008
12:54 am
In addition to not having cache control information, the response header indicates that etag was used for determining if the component was still valid. This is...
189 Stoyan Stefanov
ssttoobg Send Email
Jan 3, 2008
12:59 am
I can't say because I haven't looked at the code yet, but it is probably a YSlow issue. No matter what you do on your blog, if you have components (images,...
190 yo_chan_222 Send Email Jan 3, 2008
1:07 am
Roger that. I'm relieved. Hope there is a fix to it. Cheers....
191 Too4Short@...
ravetildon Send Email
Jan 3, 2008
11:33 am
So it should be able to find this page? _http://www.vacation-rental-wonderland.com/thumb/55_twainhartebedroomBlueRoom. JPG_ ...
192 chrisknowleseverything
chrisknowles... Send Email
Jan 3, 2008
11:41 am
... _http://www.vacation-rental-wonderland.com/thumb/55_twainhartebedroomBlueRoom. ... ...
193 Stoyan Stefanov
ssttoobg Send Email
Jan 5, 2008
12:51 am
This was interesting :) In your code there is a variable called var top = new wrapScroll(&#39;top'); the function wrapScroll() diesn't exists, so top get...
Messages 164 - 193 of 2058   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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