Showing posts with label Speed your browser. Show all posts
Showing posts with label Speed your browser. Show all posts

Wednesday, January 6, 2010

Make Faster Browser with Page Speed 1.4


What is Page Speed?

Page Speed is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them.

How does Page Speed work?

Page Speed performs several tests on a site's web server configuration and front-end code. These tests are based on a set of best practices known to enhance web page performance. Webmasters who run Page Speed on their pages get a set of scores for each page, as well as helpful suggestions on how to improve its performance.

Why should you use Page Speed?

By using Page Speed, you can:

* Make your site faster.
* Keep Internet users engaged with your site.
* Reduce your bandwidth and hosting costs.
* Improve the web!

Download add-ons Page Speed 1.4

Source : http://code.google.com/speed/page-speed/index.html
Read More..

Tuesday, January 5, 2010

how to speed up your browser firefox


type the following URL in your mozilla firefox browser: about:config

find the following config
first :
* browser.history_expire_days_min change the value to 10 (default 90)

second :
* browser.sessionhistory.max_total_viewers change the value to 1 (default -1)

third :
* network.http.max-connections change the value to 100 (default 30)

fourth :
* network.http.max-connections-per-server change to 20 (default 15)

fifth :
* network.http.max-persistent-connections-per-server change the value to 8(default 6)

sixth :
* network.http.pipelining change to true (default false)

seventh :
* network.http.proxy.pipelining change to true (default false)

eighth :
* network.http.pipelining.maxrequests change the value to 8 (default 4)

ninth :
* network.http.request.max-start-delay change the value to 0 (default 10)

tenth :
* network.prefetch-next change to false (default true)


good luck !! Read More..