Skip to search.
exceptional-performance · Exceptional Performance

Group Information

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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 134 - 163 of 2026   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
134 Ernest Mueller
mxyzplkiv Offline Send Email
Dec 3, 2007
10:10 pm
Hmm, incorrect date? Date on the servers and the load balancers seem to be OK and NTP synced; what do you mean exactly? (And it's a little weird this only...
135 Steve Souders
steve_souders Offline Send Email
Dec 4, 2007
12:32 am
The HTTP spec states that the Date response header "represents the date and time at which the message was originated." It's currently Dec 4 (GMT), but some of...
136 cbs4275 Offline Send Email Dec 4, 2007
5:07 pm
Steve, I'm reading your book and it says that Cache-Control was introduced in HTTP/1.1 to be an alternative to Expires. In the tool I have some warning for...
137 Steve Souders
steve_souders Offline Send Email
Dec 4, 2007
5:23 pm
The expiration time has to be at least 48 hours in the future. In this case it expires in 20 minutes so the benefit is reduced. -Steve...
138 cbs4275 Offline Send Email Dec 4, 2007
8:41 pm
Thanks for the quick response! Can this be set in the Cache-Expires or the Expires? Does the browser read these in a specific order? -Chris...
139 Surat Singh Bhati
suratbhati Offline Send Email
Dec 5, 2007
6:35 am
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21 says: If a response includes a Cache-Control field with the max-age directive, that directive...
140 sureshtytus Offline Send Email Dec 5, 2007
1:53 pm
I got a YSlow report for my site. In the Stats tab it shows, 0.0K 15 undefineds What does 'undefineds' refer to? Can someone explain? Thanks Titus...
141 Stoyan Stefanov
ssttoobg Offline Send Email
Dec 5, 2007
11:08 pm
Hi guys, The new YSlow is out. The highlights: * It crawls frames (recursively) to get and examine components, this means all components in frames/iframes are...
142 Rakesh Rajan
rakeshxp Offline Send Email
Dec 5, 2007
11:18 pm
Congrats on the new release! YSlow has indeed become an indispensable part of web development. I have a question regarding the score calculation for CSS...
143 Stoyan Stefanov
ssttoobg Offline Send Email
Dec 5, 2007
11:24 pm
Hi Rakesh, Thanks for your kind words! Including stylesheets with @import has the same effect as adding them in a <link /> towards the end. Those get...
144 Rakesh Rajan
rakeshxp Offline Send Email
Dec 5, 2007
11:28 pm
Thanks for the clarification. So this numbers would just affect our development mode. - Rakesh ... Thanks for the clarification. So this numbers would just...
145 Steve Souders
steve_souders Offline Send Email
Dec 6, 2007
12:02 am
With the new release of YSlow 0.9.0, it's possible for YSlow to find HTTP requests that are not attached to any DOM elements. In this situation, YSlow...
146 jeromakay Offline Send Email Dec 6, 2007
3:41 am
Hi Performancers! Hope you're doing well with your site's tunning, I'm testing some code I've build based on Steve's tips, and I want to try a real CDN besides...
147 Steve Souders
steve_souders Offline Send Email
Dec 6, 2007
3:43 am
I've recently heard suggestions for Panther Express (http://www.pantherexpress.com/). -Steve...
148 jeromakay Offline Send Email Dec 6, 2007
3:45 am
Hi Steve, Thanks for the suggestion, I'll check out their site. After playing with it, I'll study how geographical locationed CND content serving works. I'm on...
149 sureshtytus Offline Send Email Dec 6, 2007
7:04 am
Thanks Steve, The URL I was looking at was the home page of http://www.informationweek.com Titus...
150 Steve Souders
steve_souders Offline Send Email
Dec 6, 2007
6:21 pm
Hi, Titus. Those are redirects. This is a bug in YSlow 0.9 that we'll fix now. When doing Stats it's mistakenly calling redirects "undefined". Thanks. -Steve...
151 Ernest Mueller
mxyzplkiv Offline Send Email
Dec 6, 2007
7:49 pm
That's a good topic; does anyone have any other CDN suggestions? Akamai is the big dog but there's competitors too, any leads? Thanks, Ernest ...
152 Ernest Mueller
mxyzplkiv Offline Send Email
Dec 7, 2007
7:57 pm
Hmmm, well maybe I'm being dense, but it seems that regardless of Date header, some things are showing up right in the and others not YSlow Net panel largely...
153 j.elventails Offline Send Email Dec 8, 2007
9:55 pm
Hi folks! Thanks for the excellent Yslow - its simply rocks. With my latest yslow upgrade, I noticed that slowness hit the fan. Yslow seems to try and load a...
154 oemebamo Offline Send Email Dec 11, 2007
11:02 am
Hey all, I've got a question regarding gzipping the components of your web pages. I'm new to this group and see most of the posts here relate to the excellent...
155 Barry Hunter
b_b_hunter Offline Send Email
Dec 11, 2007
11:53 am
We actully pipe js/css via PHP, and use this to decide if use gzip, this includes a few exceptions we found on the net somewhere (will try to dig out the...
156 g_kljajic Offline Send Email Dec 11, 2007
12:05 pm
Hello all, I have updated YSlow today to 0.9.2 (previous version was 0.8). After this, the following error message started to appear in firebug on almost every...
157 Jurriaan Persyn
oemebamo Offline Send Email
Dec 11, 2007
12:50 pm
Thanks for your reply, Barry. How would/could this have an impact on using a CDN? Can eg. Akamai cache several objects per url (i.e. js/css-file) (with...
158 Joe Pearson
joewxboy Offline Send Email
Dec 11, 2007
12:57 pm
Our site is a little smaller (800m on a good month), but we've experienced the same problems (also with XML, not just CSS and JS). What we've done is not to...
159 Barry Hunter
b_b_hunter Offline Send Email
Dec 11, 2007
1:17 pm
Ah the reference was in the function comment! http://rakaz.nl/item/make_your_pages_load_faster_by_combining_and_compressing_javascript_and_css_files I've never...
160 Steve Souders
steve_souders Offline Send Email
Dec 11, 2007
3:02 pm
Chapter 4 of High Performance Web Sites goes over this issue at great length. On page 34 it mentions using "Vary: Content-Encoding,User-Agent". However,...
161 Steve Souders
steve_souders Offline Send Email
Dec 11, 2007
3:03 pm
Please provide more info: what version of FF, OS, Firebug, etc. -Steve...
162 Jurriaan Persyn
oemebamo Offline Send Email
Dec 11, 2007
3:07 pm
Thanks, Steve! Clearly haven't arrived at the part of the book yet ;). Any insight on how exactly eg. Yahoo handles this problem? ... Akamai. ... ...
163 Ernest Mueller
mxyzplkiv Offline Send Email
Dec 11, 2007
4:19 pm
Interesting; we compress all CSS/JS/PDF/text/Office files with an exception for Netscape 4.7 and haven't heard of any issues with it (via our Netscaler ...
Messages 134 - 163 of 2026   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