[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Pessoal dica de desempenho do Mozilla



Pessoal achei em forum(www.forumgdh.net) de informática a seguinte dica que melhora o desempenho do navegador so testei no mozilla e funcionou ficou mais agil!

[POST]
Melhore a velocidade do seu Browser

For Mozilla:

echo 'user_pref("nglayout.initialpaint.delay", 0);' >> ~/.mozilla/default/*.slt/prefs.js chmod -x ~/.mozilla/default/*.slt/prefs.js

For Galeon:

echo 'user_pref("nglayout.initialpaint.delay", 0);' >> ~/.galeon/mozilla/galeon/prefs.js chmod -x ~/.galeon/mozilla/galeon/prefs.js



Matéria Completa

http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=546&page=1


Mozilla/Galeon Rendering Speed Tweak Mini-Howto


Published by LinuxOrbit.com, January 9, 2003
By Dan "OverrideX" McCombs

Introduction

This Mini-HOWTO describes a simple configuration tweak you can make to Mozilla/Galeon (it also works with Phoenix) so that rendering is done sooner, and while it doesn't technically make the rendering 'faster' it causes Mozilla not to wait to start rendering a page. This way you can start reading something while it's still loading, or if you have a fast connection, the download is completed and Mozilla is just waiting to render, it'll speed things up a lot.

By default Mozilla has a 1200ms delay before it starts rendering. Why? This way it doesn't have to re-render things so many times, instead of having a delay of 0ms where it starts rendering right away, and has to re-render as the page downloads more and things change. In this way it makes the rendering technically faster and easier on your cpu since it doesn't have to do so many passes rendering. Of course this gives you a blank page and a wait during the delay and gives the illusion that things are slower since you have nothing to look at or read. This configuration change will remove the delay, allowing you to read the page as it begins to load, or on a fast connection with small pages, will really make a difference in load time.

Let's Go!

Now let's get to applying the tweak, first you need to add the line to your prefs.js, and then remove write perms on the file or else Mozilla will overwrite it on startup and remove your tweak, here's how to do it:

(First make sure Mozilla and Galeon are closed before you proceed)

For Mozilla:

echo 'user_pref("nglayout.initialpaint.delay", 0);' >> ~/.mozilla/default/*.slt/prefs.js chmod -x ~/.mozilla/default/*.slt/prefs.js

For Galeon:

echo 'user_pref("nglayout.initialpaint.delay", 0);' >> ~/.galeon/mozilla/galeon/prefs.js chmod -x ~/.galeon/mozilla/galeon/prefs.js

A Matter of Taste

This tweak isn't for everybody or all systems, try it out and see how it works for you, it may use a little more cpu, but some people like to see things rendered as they're downloading. Especially if you have a faster connection, or even if you don't, give this tweak a try and see if you like the 'zilla's speed with or without the delay.
_______________________________________________________________________
Busca Yahoo!
O melhor lugar para encontrar tudo o que você procura na Internet
http://br.busca.yahoo.com/



Reply to: