![]() |
ChannelsRecent blog posts
Welcome to the PLoS BlogBlogrollWho Links to Us?Thank you, Richard, for replying. Oh, I see now, sorry about being confused about plos.org and the TOPAZ sites. But just to make sure you do not misunderstand me, I was talking about two separate issues. Looks like #2 is still a problem. 1. HTTP Proxy/Cache, you use SQUID - good; Varnish may be marginally better (up to 1.5 times faster in my experience) but it looks you have more pressing issues at hand; this is no issue then; 2. GZIP compression of HTML, CSS and the like as it gets send to the browser. I just checked plosone.org - that's a TOPAZ site, right? And it also does not support this. Another proof is below. Most modern browsers will do HTTP requests with 'Accept-encoding: gzip,deflate' and expect to be given gzip-compressed HTML in return. It saves bandwidth (at the cost of CPU time), and it typically makes the site appear faster, because pages load faster. On-demand compression of HTML is completely different from how you If plosone.org runs Apache, as seems from the headers, you should give a try to mod_deflate. This is a standard Apache 2+ module that does on-demand HTML compression transparently to the application that generates the HTML. You can configure it in 15 minutes and see if it helps. From my console:
If content was really encoded, the headers would have included a Finally, coming back to #1 (caching), Reply |
|
Any opinions expressed in these blogs are the personal views of the contributors, and do not necessarily represent the views or policies of PLoS. Use of the PLoS blogs and the PLoS Web Sites is at all times subject to our Terms of Use.
|
Recent comments