RSS

Improve Firefox Speed and Response Time




*Firefox has a hidden advanced menu which can be activated by typing about:config in address bar. Once you type this command, it presents you a nice little humorous warning with heading “This might void your warranty”, Click on the button “I’ll be careful, I promise!” and you are in. Now once you click that button you will see thousands of option with default values.

copypasteguru.blogspot.com




the list of options which we are going to change

1. Send Multiple requests to a server


copypasteguru.blogspot.com


This option is defined by value network.http.pipelining, by default it is set to False, once you set it to true, it will start sending multiple simultaneous request to web server while loading the page. It improves page load time for your website. simply double click on it and it will toggle from False to True

2. Increase Number of Request to Server
Second option to look for is network.http.pipelining.maxrequests. This defines number of request to be sent, by default the value is set to 4, you can increase it to 8 or 10 depending upon your Line speed.

3. Disable prefetching of Contents
Look for option network.prefetch-next , this is usually set to True by default. Double click it and toggle it to false. This will now stop loading content of WebPages which you have not visited yet. Prefetching start loading other pages of same site which are not yet visited by you but likely to be visited.

4. Stops image placeholders display
look out for option browser.display.show_image_placeholders and set it to false. This option defines how images are displayed while they are not fully downloaded. In Google chrome you will see that the images or placeholder of image is not displayed until they are fully downloaded. However it loads all text so that you can read through the content if any. This increase page load time and you can read through the page while image is being downloaded in background.
These option should increase your page load time in Firefox by a big margin. You will be able to see a big difference after setting these options .


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments:

Post a Comment

Thank you