Re: [Rabbit-proxy-users] Rabbit configuration
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2005-07-04 07:16:10
|
stage.nexvision wrote: >I still have a few questions/remarks that might be of interest: >1) Websites with plain address (like news.google.fr) are not >processed by BodyHandler > Google is already compressed so rabbit does not care about it. If you snoop the traffic you will see that. Rabbit currently think that compressed pages are pages that some other person have tried to minimize so the possible gain of unpacking, filtering and repacking is not worth it. >So how to be sure they are compressed ? Is there a way to >force rabbit to gzip all types it doesn't understand, if yes how ? > > No. One have to be very careful about what to compress, many browsers (read firefox/mozilla and IE do not like compressed javascript even if they indicate that they do) . >2) Is it possible to add for each cache line on the >configuration website the compression ratio (or the save amount) ? > > No, not now. This is a feature that many want, but it is not trivial to get a good metric. >3) Is it possible to add a global 'total bytes initially >received / total bytes sent / added latency ' to the global >status page so it possible to appreciate the gain ? > > Again no. Perhaps I will add a recieved/sent information, many people want it. How would latency be computed? Most data is streamed through rabbit so the cost is very small. Images however are first fully downloaded then converted then sent. /robo |