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 346 - 375 of 1300   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
346
Actually, Yahoo's site is fast for a lot more reasons than just using a CDN. They have been EXTREMELY good at using css sprites, combining/minifying the code,...
Patrick Meenan
pmeenan
Offline Send Email
Apr 1, 2008
11:11 am
347
This is the core business model for Keynote and Gomez. Many CDNs will arrange for a temp account with one of these to validate the benefit they'll bring you...
Ernest Mueller
mxyzplkiv
Offline Send Email
Apr 1, 2008
2:02 pm
348
Patrick, You're correct - Saying a site is fast simply because they use a CDN is a bit too simple. I look at performance the same way I look at a car. I can...
Scott Frost
scottfrosty2000
Offline Send Email
Apr 1, 2008
4:00 pm
349
Any chance we can get a version of Yslow that works with beta5. The 0.9.4 version is incompatible and cannot be (easily) installed....
weitzman
Offline Send Email
Apr 7, 2008
1:56 am
350
Hi all, A few months ago I was playing round with a JS/Ajax/php data-table (as a faster solution to XML Databinding)... (example ...
jimbomorrison99
Offline Send Email
Apr 7, 2008
6:08 pm
351
We are trying to implement some of the performance rules in LifeBlob<http://www.lifeblob.com> . A sample header ( for a resource file ) looks like : DateTue,...
Rakesh Rajan
rakeshxp
Offline Send Email
Apr 8, 2008
11:11 am
352
I missed a point in the last mail. When I looked at the headers in case of Yahoo, they too include Last-Modified ( inspite of having all caching headers). So...
Rakesh Rajan
rakeshxp
Offline Send Email
Apr 8, 2008
11:14 am
353
There was a thread about this a while ago, started by me following seeing a blog post suggesting that disabling Last-Modified would help, as browsers would be...
Barry Hunter
b_b_hunter
Offline Send Email
Apr 8, 2008
11:28 am
354
... Last-Modified and ETag headers are quite different from cache control headers. They are used to _Revalidate_ cached copies of objects in a conditional GET...
Zhang Yining
talk2yining
Online Now Send Email
Apr 8, 2008
11:54 am
355
Hello I have a question of the response time and the size that Yslow calculate for each page tested First:- How this response time is calculated? Is it the...
Reham El Gammal
reham_elgammal
Offline Send Email
Apr 8, 2008
4:00 pm
356
Hi Reham, In the Components tab you can see individual response times for each component. You're probably asking about the response time and size that show up...
Stoyan Stefanov
ssttoobg
Online Now Send Email
Apr 8, 2008
6:07 pm
357
Thanks Barry for the information. The caching seems fine in FF2 ( but in FF3, the cached resource seems to expire in couple of mins). Regarding cookies in...
Rakesh Rajan
rakeshxp
Offline Send Email
Apr 9, 2008
10:33 am
358
Zhang , ... Does this mean that even if only the timestamp of the file is changed ( and the content is still the same ), the server would return a 304 ( even ...
Rakesh Rajan
rakeshxp
Offline Send Email
Apr 9, 2008
10:38 am
359
... Do you mean that Etags will do that? Well it depends, properly configured etags, that just depend on the content, would do that. But from what I gather...
Barry Hunter
b_b_hunter
Offline Send Email
Apr 9, 2008
10:47 am
360
... IIRC, if a request comes with both Last-Modified-Since and If-None-Match, then the server should check both. So for such requests, if the modified time has...
Zhang Yining
talk2yining
Online Now Send Email
Apr 9, 2008
12:21 pm
361
Hello What is the meaning of Yslow grades "A", "B" and "C" Thanks Reham Elgammal...
Reham El Gammal
reham_elgammal
Offline Send Email
Apr 9, 2008
12:39 pm
362
That would go back to an American grading system for schools From best to worst it goes from A to F skipping E for some reason.. not to sure on why the system...
Brian Williams
c0ffee2k
Offline Send Email
Apr 9, 2008
1:40 pm
363
... <OT> In the UK, its A-D* then F(ail) then U(nclassified) (although sometimes A-E is used) </OT> ... -- Barry - www.nearby.org.uk - www.geograph.org.uk -...
Barry Hunter
b_b_hunter
Offline Send Email
Apr 9, 2008
2:04 pm
364
ETag takes precedence over Last-Modified. In other words, if the If-None-Match test fails then the server doesn't even do the If-Modified-Since check. But in...
Steve Souders
steve_souders
Offline Send Email
Apr 9, 2008
2:35 pm
365
... You are right, and looking into apache source code[0] also confirms this. Thanks for correcting my mistake. However, what we are discussing here is...
Zhang Yining
talk2yining
Online Now Send Email
Apr 9, 2008
6:07 pm
366
Understanding that ETags take precedence over Last-Modified dates can, and does have big performance implications in the real world, for both static and...
Steve Souders
steve_souders
Offline Send Email
Apr 9, 2008
8:12 pm
367
Hello, I have had some serious problems with YSlow since I started using it but I wonder if it's only happening to me as I see no mention about it on the list....
Juan Alonso
dharana.alonso
Offline Send Email
Apr 10, 2008
8:59 am
368
I've experienced yslow hanging on a different site that had a flash piece. With the piece removed, yslow behaved normally. I've also seen your second problem....
Scott Coldwell
cold1203
Offline Send Email
Apr 10, 2008
11:45 am
369
Hi all, I've compiled a new version of IWebMvc, Milestone 3. For those of you that don't know it already, IWebMvc is a flexible web / enterprise platform built...
Jose Noheda
jose.noheda
Offline Send Email
Apr 10, 2008
12:22 pm
370
Thanks for the info Scott, at least now I can get the tabs working if I disable the flash. In case it helps the developers to fix the bug: the flash at ...
Juan Alonso
dharana.alonso
Offline Send Email
Apr 10, 2008
5:25 pm
371
Hi Juan, The first problem is fixed in the next YSlow minor release (0.9.5.beta - will be out really soon, probably next week) I'm not sure about the second,...
Stoyan Stefanov
ssttoobg
Online Now Send Email
Apr 10, 2008
5:40 pm
372
I've been trying to implement the new "Flush the buffer early [server]" best practice. However, with Apache and mod_gzip it seems that flushing the buffer...
christian.storm
Offline Send Email
Apr 11, 2008
5:13 am
373
Hi guys, Initially 13, then 14, now http://developer.yahoo.com/performance/ has 34 performance best practices (rules). These will gradually find their way into...
Stoyan Stefanov
ssttoobg
Online Now Send Email
Apr 11, 2008
10:15 pm
374
Stoyan, As always, excellent stuff! Thanks so much to the whole team. A proposal for #35 is to ensure the keep-alives are enabled on the webserver. While ...
Brad Bosley
brad.bosley@...
Send Email
Apr 11, 2008
10:28 pm
375
Hi Stoyan, Excellent news! I'm glad to read that. Is it possible to test or have access to nightlies of YSlow? ... -- Juan Alonso...
Juan Alonso Hernandez
dharana.alonso
Offline Send Email
Apr 12, 2008
3:09 am
Messages 346 - 375 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