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 397 - 426 of 1301   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
397
Thanks for the tip. I had seen that article before. It addresses a similar but different issue. As a reminder I'm trying to find a solution for flushing...
Christian Storm
christian.storm
Offline Send Email
May 1, 2008
4:50 pm
398
Valid XHTML 1.0 Strict - Valid CSS 2.1 TemplateThe Three Truths The soul of man is immortal, and its future is the future of a thing whose growth and splendour...
Lou Smith
pacefather
Offline Send Email
May 8, 2008
6:04 pm
399
Greetings! I'm new to the list--just found the group while researching some issues about cookies and PNG files and thought this might be a good place to bring...
Rob Szarka
szarka42
Offline Send Email
May 13, 2008
4:53 pm
400
Here's another question that's vexing me at the moment. This comes under the category of "extreme optimization", I suppose, and when I posted this question to...
Rob Szarka
szarka42
Offline Send Email
May 13, 2008
5:18 pm
401
My reading of the specs was the same, but it does seem to be like that article mentions in practice. We have www.geograph.org.uk which ends up setting cookies,...
Barry Hunter
b_b_hunter
Offline Send Email
May 13, 2008
7:16 pm
402
Hi Rob, Barry, Here's my test: http://www.phpied.com/www-vs-no-www-and-cookies/ In IE I don't see a way to set a cookie to example.org without it being also...
Stoyan Stefanov
ssttoobg
Offline Send Email
May 13, 2008
8:07 pm
403
Hi Rob, Seems like it's pretty safe to remove all but the transparency chunks. I think removing the background chunk actually has a positive effect on some...
Stoyan Stefanov
ssttoobg
Offline Send Email
May 13, 2008
8:17 pm
404
... *sigh* I had this sinking feeling that the answer was going to be "MSIE does something different"... Thanks for whipping up that test (and making me look...
Rob Szarka
szarka42
Offline Send Email
May 13, 2008
8:37 pm
405
http://optipng.sourceforge.net/ is supposed to be even better than pngcrush. It's definitely easier to use, though. Konstantin...
Konstantin Käfer
timcnde
Offline Send Email
May 17, 2008
5:46 pm
406
Hello I wonder if someone can help me... I do not have any Header expiry dates set on any images/css/js folders as yet and when I run YSlow it shows: Empty...
elbandit33
Offline Send Email
May 21, 2008
11:39 am
407
Hi Scott this is the HTTP traffic. Empty cache has to download files so there is file size. Primed cache means the file exists in cache but an HTTP request...
Chris Knowles
chrisknowles...
Offline Send Email
May 21, 2008
11:59 am
408
Hello If I set far future expire header (10/10/2010) on a specific object . Does this mean that the browser will not talk to the server for 2 years from now...
Reham El Gammal
reham_elgammal
Offline Send Email
May 21, 2008
12:15 pm
409
... thats right - but only while it remains in the browsers cache - it's unlikely it will remain in the cache for 2 years but it means no GET requests for as...
Chris Knowles
chrisknowles...
Offline Send Email
May 21, 2008
12:37 pm
410
Hello If I have two application servers under the same host name, is possible to apply the idea of parallel download? Should I have at least two host names? ...
Reham El Gammal
reham_elgammal
Offline Send Email
May 21, 2008
12:42 pm
411
Thanks for your reply Chris, so if I added Header Expires to my static content I could reduce my HTTP requests to 1 just for the HTML? How can I work out how...
elbandit33
Offline Send Email
May 21, 2008
1:15 pm
412
thats right, you can get it down to one HTTP request, but only if all the other files are in the browser cache. If you empty the cache then you have a full...
Chris Knowles
chrisknowles...
Offline Send Email
May 21, 2008
1:53 pm
413
Thanks again Chris. I think what I would like to know is what is the size of a HTTP Header Request. If I knew that they were 1K in size I know that I could...
elbandit33
Offline Send Email
May 21, 2008
2:46 pm
414
I've used Fiddler2 (requires .net 2) to find the request size. For a given request, it will tell you bytes sent and received. ... From:...
Scott Coldwell
cold1203
Offline Send Email
May 21, 2008
2:57 pm
415
... The win from adding the expires headers isn't so much from a bandwidth perspective as from reducing the time it takes a page to load by cutting out the...
Rob Szarka
szarka42
Offline Send Email
May 21, 2008
8:09 pm
416
... Interesting question (assuming I understand it correctly, which I may ... This seems ambiguous--is this per hostname or per IP? Everything I've read...
Rob Szarka
szarka42
Offline Send Email
May 21, 2008
8:58 pm
417
See http://developer.yahoo.com/performance/rules.html#split ________________________________ From: exceptional-performance@yahoogroups.com ...
Scott Coldwell
cold1203
Offline Send Email
May 21, 2008
9:28 pm
418
Hi folks, I have FF 2.0.0.14 on Win2K with Firebug 1.05 and YSlow 0.9.5b1 and TabMixPlus 0.3.6. Basically when I load a BASIC Auth protected page and after...
Russell Michell
checkthispup
Offline Send Email
May 21, 2008
11:52 pm
419
Russell, I have seen the same error message both with and without basic auth, but have no idea of its cause. I turn off firebug when not testing one of my ...
Steve Robillard
n1taz67
Offline Send Email
May 22, 2008
12:06 am
420
Hi, I migrated FF 3 beta 5 to RC1 and YSLOW is no longer compatible with this version, any ideas on how to make it work? Tnx in advance! Ismael....
briascoi
Offline Send Email
May 23, 2008
3:02 pm
421
Hi, I'm thinking about HTTP requests on my sites. What does an average request costs in time? Can you say it in general? What is the reason to use css sprites...
dev.sebastian
Offline Send Email
May 23, 2008
8:32 pm
422
An interesting topic; internally we've been trying to come up with some kind of Web page 'weight' metric we can use so our Web developers have an idea. Number...
Ernest Mueller
mxyzplkiv
Offline Send Email
May 23, 2008
9:08 pm
423
Isn't that what ySlow does? It gives you a grade for each of the 13 rules and an overall grade for the page. It doesn't add the total # of KB for a page into...
Ryan Doherty
ryan.doherty
Online Now Send Email
May 23, 2008
10:17 pm
424
... This isn't a number you can attach to all HTTP requests. It depends on a lot of factors including: - What is the request overhead in terms of bytes in the...
Philip S Tellis
philiptellis
Offline Send Email
May 24, 2008
4:13 am
425
... The time between the start of a request and receiving the first byte of the file can easily be 50-75 ms (on the margin, assuming the DNS lookup is cached...
Rob Szarka
szarka42
Offline Send Email
May 24, 2008
11:27 am
426
Thanks for the answers. I think I get it. There are some parts I can work on my sites (merge css files, use css sprites, less cookies etc.). I'll test it. bye ...
dev.sebastian
Offline Send Email
May 24, 2008
2:56 pm
Messages 397 - 426 of 1301   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