If a page is serving a JavaScript file dynamically and not including a Content-Length header it seems that YSlow takes it as having a size of 0 bytes. You can...
27
Peter Bengtsson
peter_bengts...
Aug 6, 2007 9:34 am
First of all a great tool guys! Thanks. YSlow complains about objects that "do not have a far future Expires header". Eg. our brochure site at www.fry-it.com ...
28
Nick Le Mouton
southofheaven
Aug 8, 2007 1:41 am
Hi, Rule 4 of the 13 performance rules talks about gzip'ing components, but there are a few browsers that have problems with gzip'ed js/css. I did some...
29
scottfrosty2000
Aug 8, 2007 6:39 pm
... but ... some that ... our ... Nick, I think it's better to address your question by looking at what most users are browsing with. IMHO, the benefit that a...
30
Nick Le Mouton
southofheaven
Aug 8, 2007 10:08 pm
Hi Scott, Compressing images using gzip has been noted throughout the internet as a waste of CPU cycles on both ends as a lot of the gif, jpg and png don't ...
31
Scott Frost
scottfrosty2000
Aug 8, 2007 11:04 pm
I'd agree compressing small images doesn't make sense because the overhead kills you however I wouldn't discount image compression altogether. There's no...
32
Nick Le Mouton
southofheaven
Aug 8, 2007 11:11 pm
I had not heard of CompressClientFixup before, but seems to only work with Apache 1.3. Is there something similar for Apache 2? I'm just trying to cover all my...
33
Scott Frost
scottfrosty2000
Aug 8, 2007 11:45 pm
Nick, Mod_deflate is actually the most common module used on Apache2 along with filters. The module will gzip outbound traffic and has options to setup...
34
surya_opensource
surya_openso...
Aug 9, 2007 4:05 am
How to find user machine capacity to perform YUI enabled site Thanks in advance Surya...
35
scottfrosty2000
Aug 9, 2007 3:31 pm
... Surya, Your request is a little brief but let me ask a few questions and see if I can help. Based on your message it sounds like your trying to determine...
36
Olle Jonsson
a97olljo
Aug 11, 2007 4:10 pm
... I parsed the question like this: "Is there a way to ask how much power the user's computer has, not to bog her machine down with slow-to-execute fancy...
37
Surya Vivek
surya_openso...
Aug 12, 2007 2:41 pm
Olle Jonsson, Sorry for late response.You are parsed my question in right way. Let me give more description on my query..... I need to find the browser...
38
Surya Vivek
surya_openso...
Aug 12, 2007 2:44 pm
Olle Jonsson, Sorry for late response.You are parsed my question in right way. Let me give more description on my query..... I need to find the browser...
39
Russell Michell
checkthispup
Aug 12, 2007 9:44 pm
... No not easily and not without using technology like Active-X controls which is only MS specific. No, as web-developers we need to be somewhat more...
40
Olle Jonsson
a97olljo
Aug 13, 2007 7:46 am
... Hi again, Let's consider a web app that could use this separating "slow" from "fast" clients. Say, a statistics interface to financial data. The app sends...
41
Nick Le Mouton
southofheaven
Aug 13, 2007 11:08 pm
Hi everyone, Just wondered what everyone's preferences were when it came to offloading images onto another server. I expected a lot of people to be using...
42
Jorge Laranjo
jorge_laranjo
Aug 14, 2007 12:33 am
O recommend to use Amazon S3, if possible... or Lighttpd ... -- Atentamente, Jorge Laranjo jorge@... http://jorge.laranjo.eu ... Accessibility and...
43
kirkcerny501
Aug 14, 2007 7:04 pm
It appears Safari does not support gzip compression. I looked in my apache log and can see that safari sends Accept-Encoding: gzip, deflate in the request...
44
Jorge Laranjo
jorge_laranjo
Aug 14, 2007 11:15 pm
My Safari seams to support Gzip. What is the problem that you've got with Gzip and Safari? ... -- Atentamente, Jorge Laranjo jorge@... ...
45
Kirk Cerny
kirkcerny501
Aug 15, 2007 1:02 am
The css is not rendered in safari. It works in IE, FF, and Opera. It works in safari when I remove the compression....
46
Jorge Laranjo
jorge_laranjo
Aug 15, 2007 9:13 am
Well, you've got a problem there since I serve CSS with GZIP and Safari likes it. Safari 3.0 ... -- Atentamente, Jorge Laranjo jorge@... ...
47
Kirk Cerny
kirkcerny501
Aug 15, 2007 3:30 pm
Thats why Im asking the list. Cause its not working. As far as I can tell the headers are correct - http://kirk.galaxytechsolutions.com It works in FF, UE, and...
48
Jorge Laranjo
jorge_laranjo
Aug 15, 2007 6:13 pm
Check this out: http://www.soujulima.eu Is the CSS Gziped? I think so... :-) ... -- Atentamente, Jorge Laranjo jorge@... http://jorge.laranjo.eu ... ...
49
Kirk Cerny
kirkcerny501
Aug 15, 2007 7:00 pm
The difference is that my css has a gz extension. orbtech.css.gz the headers are exactly the same as http://www.soujulima.eu. If I remove the gz extension and...
50
Jorge Laranjo
jorge_laranjo
Aug 16, 2007 1:19 am
So, the problem is not on the Gzip headers but in the extension of the CSS file. I may think that Safari only likes CSS files with the extension .css Maybe it...
51
Kirk Cerny
kirkcerny501
Aug 16, 2007 3:49 pm
I have also tested this on safari 2.? on a mac. It had the same behavior, it did not support the .gz extension. In fact, when you browse to the css file in...
52
Jorge Laranjo
jorge_laranjo
Aug 16, 2007 7:27 pm
Did you set the .htaccess file to treat the .gz extension like the CSS extension? And why do you need the .gz extension, in the first place? ... -- ...
53
Kirk Cerny
kirkcerny501
Aug 16, 2007 9:33 pm
I dont want to do that because what about js.gz or tar.gz. The headers are exatly the same with the css.gz extension. The header tells the browser its...
54
Jorge Laranjo
jorge_laranjo
Aug 16, 2007 9:48 pm
Well, give it a try and talk with the people of Apple about that particular problem. ... -- Atentamente, Jorge Laranjo jorge@... http://jorge.laranjo.eu...
55
f3ze
Aug 17, 2007 1:23 pm
i had a site on an apache server (www.bayofislands.net) where I tried to gzip the files using htaccess. The 'performance39; tab showed that it was gzipped, but...