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...
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 ...
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...
... 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...
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 ...
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...
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...
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...
... 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...
... 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...
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...
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...
... 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...
... 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...
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...
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...
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...
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...
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...
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...
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? ... -- ...
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...
Well, give it a try and talk with the people of Apple about that particular problem. ... -- Atentamente, Jorge Laranjo jorge@... http://jorge.laranjo.eu...
i had a site on an apache server (www.bayofislands.net) where I tried to gzip the files using htaccess. The 'performance' tab showed that it was gzipped, but...