Originally posted by milhouse:
Check out www.macosxhints.com
Do a search for Camino, Navigator or Chimera. There should be some good stuff there.
I'd bet that some of the Mozilla hints might work too.
HTH
Thank you very much for that link! I modified/added the following and it sped up rendering a significant amount:
user_pref("network.http.pipelining", false);
user_pref("network.http.proxy.pipelining", false);
user_pref("network.http.max-connections", 128);
user_pref("network.http.max-connections-per-server", 48);
user_pref("network.http.max-persistent-connections-per-proxy", 24);
user_pref("network.http.max-persistent-connections-per-server", 12);
user_pref("nglayout.initialpaint.delay", 500);