Faster browsing with Firefox
To start:
Open Firefox.
Type "about:config" in the adress bar.
Find these options, double click each one and change to below values:
network.http.max-connections: 48
network.http.max-connections-per-server: 24
network.http.max-persistent-connections-per-proxy: 12
network.http.max-persistent-connections-per-server: 6
network.http.pipelining: true
network.http.pipelining.maxrequests: 16
network.http.proxy.pipelining: true
After changing the values just close Firefox and open it again.
Some people told that these setting may hammer some servers.
Changing the "network.http.pipelining.maxrequests" to max of 8 will probably solve the problem.
(reduced to 16 from 32)
Firefox: Saving Flash files
This is a tip for saving flash animations from webpages in Firefox. Open the page and right click anywhere on the page. Click on "View Page Info". Open the "Media" tab that will list all multimedia files on that page. Find the media file of your choice and save it at a convenient location :thumbup1: .
To convert it to an executable file, download standalone SaFlash Player. Open the swf file in the flash player and create projector file!
To make smaller sized exe files, you can also compress the SaFlash Player using exe compressors for Win32 like Aspack and use the compressed flash player to create the projector file.
how to Speed Up your firefox
Speed up firefox
forevergeek.com has a useful guide on speeding up firefox for broadband users. basically after getting to the hidden config settings you set the browser to request more data that it usually does.
1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests
Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.
2. Alter the entries as follows:
Set “network.http.pipelining” to “true”
Set “network.http.proxy.pipelining” to “true”
Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.
3. Lastly right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives.
If you’re using a broadband connection you’ll load pages MUCH faster now!