Yes, those are most likely not compressed. Some browsers do not send the proper headers (Accept-Encoding) to say that they can accept compression, but what I have found is this usually from spiders that do not request a compressed page. I'm going to add in a way to exclude based on User-Agent in the near future, I don't see a good reason to let the spiders take up memory in cache, maybe on disk, but not memory in my opinion. |