Monday November 18, 2002
Chimera Gets Faster
If you use Chimera as your web browser on OSX (and there is every reason to) you might be interested in a little speed boost reported recently by MacOSXHints.
It's called HTTP/1.1 Pipelining and you can enable it by adding the following lines to the preferences file ( ~/Library -> Application Support -> Chimera -> Profiles -> default -> [random].slt -> prefs.js ):
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
There should be a noticeable speed increase, especially news heavy sites such as Slashdot or Metafilter.
{ via xlab via pixelised }
Very cool - my fastest and favorite browser gets even faster! What more could you ask for on a Monday morning?
Posted in Mac OS X
at Nov 18 2002, 01:16:09 AM MST
Add a Comment
Search This Site
Recent Entries
- Secure JSON Services with Play Scala and SecureSocial
- My What's New in Spring 3.1 Presentation
- Twitter's Open Source Summit: Bootstrap 2.0 Edition
- Refreshing AppFuse's UI with Twitter Bootstrap
- 2011 - A Year in Review
- Upgrading AppFuse to Spring Security 3.1 and Spring 3.1
- What have I been working on at Taleo?
- Our Engaging Trip to Paris and Antwerp
- My HTML5 with Play Scala, CoffeeScript and Jade Presentation from Devoxx 2011
- Deploying Java and Play Framework Apps to the Cloud with James Ward