1. Open the Firefox “config” page: click into the Firefox address location bar, and type about:config, press Enter.
2. Search the line browser.tabs.showSingleWindowModePrefs . (tip: press “b” on your keyboard to quick scroll).
3. Double click on browser.tabs.showSingleWindowModePrefs . This will set its toggle to “true”. Now your advanced and enhanced tabbing should be set.
Note: in Firefox version 1.5, the command line is singlewindow.openintabs.
4. Next: we will increase the “pipeline” RAM ability for Firefox to accomodate more packet transfer. In the same config document, scroll down to the line that says network.http.pipelining . Double click this line to set it to “true”.
5. Lastly, we will increase the maximum pipeline requests to 100. Find the line that says network.http.pipelining.maxrequests. Double click on it, and a dialog box will pop up. Change the setting from 4 to 100.
6. No need to save this file. Simply close and restart Firefox, and you should see an immediate 10% to 40% increase in web page transfer speed, and faster opening of your tabbed windows! Enjoy!
Tuesday, December 29, 2009
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Here is the working script for PHP Mailer in GoDaddy Hosting, include("includes/class.phpmailer.php"); date_default_timez...
-
Here is a simple way to generate a signed request for diferent services using AWS: /// AWS API keys $aws_access_key_id = 'your-aws...
-
Hi Folks, In Wordpress while uploading a file sometime you may encounter an HTTP Error while crunching file. Usually this error can be resol...
-
Use the below code to create a calendar event in PHP and send it as email to Microsoft Outlook or iPhone Calendar. < ?php /** * @cate...
-
When we are pulling date from the server having UTC, it may display in local timezone format in Arshaw's Full Calendar . This is due...
-
Wordpress WP E-Commerce Plugin, There is a widget called Product Category Widget which lists all the product categories. During the site d...
-
There are some common email related issues in Prestashop. Some of them are when we do registration, forgot password etc they say email has...
-
Some times when you connect to the webhost via FileZilla you may encounter this error message. "421 Sorry, cleartext sessions are ...
No comments:
Post a Comment