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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 134 - 163 of 1297   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
134
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...
Ernest Mueller
mxyzplkiv
Offline Send Email
Dec 3, 2007
10:10 pm
135
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...
Steve Souders
steve_souders
Offline Send Email
Dec 4, 2007
12:32 am
136
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...
cbs4275
Online Now Send Email
Dec 4, 2007
5:07 pm
137
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...
Steve Souders
steve_souders
Offline Send Email
Dec 4, 2007
5:23 pm
138
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...
cbs4275
Online Now Send Email
Dec 4, 2007
8:41 pm
139
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...
Surat Singh Bhati
suratbhati
Offline Send Email
Dec 5, 2007
6:35 am
140
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...
sureshtytus
Offline Send Email
Dec 5, 2007
1:53 pm
141
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...
Stoyan Stefanov
ssttoobg
Offline Send Email
Dec 5, 2007
11:08 pm
142
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...
Rakesh Rajan
rakeshxp
Offline Send Email
Dec 5, 2007
11:18 pm
143
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...
Stoyan Stefanov
ssttoobg
Offline Send Email
Dec 5, 2007
11:24 pm
144
Thanks for the clarification. So this numbers would just affect our development mode. - Rakesh ... Thanks for the clarification. So this numbers would just...
Rakesh Rajan
rakeshxp
Offline Send Email
Dec 5, 2007
11:28 pm
145
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...
Steve Souders
steve_souders
Offline Send Email
Dec 6, 2007
12:02 am
146
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...
jeromakay
Offline Send Email
Dec 6, 2007
3:41 am
147
I've recently heard suggestions for Panther Express (http://www.pantherexpress.com/). -Steve...
Steve Souders
steve_souders
Offline Send Email
Dec 6, 2007
3:43 am
148
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...
jeromakay
Offline Send Email
Dec 6, 2007
3:45 am
149
Thanks Steve, The URL I was looking at was the home page of http://www.informationweek.com Titus...
sureshtytus
Offline Send Email
Dec 6, 2007
7:04 am
150
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...
Steve Souders
steve_souders
Offline Send Email
Dec 6, 2007
6:21 pm
151
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 ...
Ernest Mueller
mxyzplkiv
Offline Send Email
Dec 6, 2007
7:49 pm
152
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...
Ernest Mueller
mxyzplkiv
Offline Send Email
Dec 7, 2007
7:57 pm
153
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...
j.elventails
Offline Send Email
Dec 8, 2007
9:55 pm
154
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...
oemebamo
Online Now Send Email
Dec 11, 2007
11:02 am
155
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...
Barry Hunter
b_b_hunter
Offline Send Email
Dec 11, 2007
11:53 am
156
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...
g_kljajic
Offline Send Email
Dec 11, 2007
12:05 pm
157
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...
Jurriaan Persyn
oemebamo
Online Now Send Email
Dec 11, 2007
12:50 pm
158
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...
Joe Pearson
joewxboy
Online Now Send Email
Dec 11, 2007
12:57 pm
159
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...
Barry Hunter
b_b_hunter
Offline Send Email
Dec 11, 2007
1:17 pm
160
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,...
Steve Souders
steve_souders
Offline Send Email
Dec 11, 2007
3:02 pm
161
Please provide more info: what version of FF, OS, Firebug, etc. -Steve...
Steve Souders
steve_souders
Offline Send Email
Dec 11, 2007
3:03 pm
162
Thanks, Steve! Clearly haven't arrived at the part of the book yet ;). Any insight on how exactly eg. Yahoo handles this problem? ... Akamai. ... ...
Jurriaan Persyn
oemebamo
Online Now Send Email
Dec 11, 2007
3:07 pm
163
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 ...
Ernest Mueller
mxyzplkiv
Offline Send Email
Dec 11, 2007
4:19 pm
Messages 134 - 163 of 1297   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