inteliture.com
Google

Friday, January 18, 2008

Tips to boost your firefox speed IF your broadband is slow

You need to go into firefox configuration by enter about:config in the address bar.

Tip 1:Type network.http.pipelining in the filter bar and set it to true.

Tip 2:Type network.http.pipelining.maxrequests in the filter bar. The default value is 4. Change it to 8.

Tip 3: Type network.http.proxy.pipelining in the filter bar and set it to true.

Tip 4:Type network.dns.disableIPv6 in the filter bar and set it to true.

Tip 5:Type plugin.expose_full_path in the filter bar and set it to true.

Tip 6:Create a new integer named nglayout.initialpaint.delay and set its value to 0. This is the amount of waiting time for browser to wait before it process the information received. So, we set it to 0 means it acts immediately when receives informations.

Tip 7: Create a new integer named content.notify.backoffcount and set its value to 5. This preference controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading.

Tip 8: Create a new integer named ui.submenuDelay and set its value to 0. This preference controls the time a menu takes to open a sub-menu.

Tip 9: Create a new boolean named content.interrupt.parsing and set the value to true. This preference controls whether the application will interrupt parsing a page to respond to UI events.

Tip 10: Create a new integer named content.max.tokenizing.time and set its value to 2250000.

Tip 11:Create a new integer named content.notify.interval and set its value to 750000. This preference specifies the minimum amount of time to wait between reflows.

Tip 12:Create a new boolean named content.notify.ontimer and set its value to true. This preference specifies whether to reflow pages at an interval any higher than that specified by content.notify.interval.

Tip 13:Create a new integer named browser.cache.memory.capacity and set its value to 65536. This set the cache memory of firefox so that when firefox load a page, the image can be saved in cache memory so that firefox no need to rerender it to be redisplayed.

No comments: