Popular Posts

Showing posts with label Firefox. Show all posts
Showing posts with label Firefox. Show all posts

Wednesday, March 18, 2009

Get FasterFox add-on to make Firefox much faster

FasterFox (registration required to install experimental plugin) is a little plugin that has the ability to do a lot. In essence, what it does is allows Firefox to download data much more faster from websites and loads web pages before you click on the link. So naturally, when you click on the link, the web page will load instantly because Firefox would have already downloaded it onto the computer. Of course, this uses up more internet bandwidth, and the speed you'll gain form a website will differ depending on a lot of factors.


But nevertheless, if you have a fairly fast internet connection, then you might want to give it a try. If FasterFox causes a page to load slower then you can simply uninstall the add-on and continue.

If you don't feel like installing an add-on, then you can peruse the hacks I've listed below:

Firefox Hacks to make Firefox faster

The following are some age-old, time tested hacks that will improve the page loading speed for websites by a couple of milliseconds (or nanoseconds) and thereby improve the overall browsing experience in Firefox.


1. First, type in "about:config" into the address bar and hit enter. If you get a message saying it'll void your warranty (heh.. funny Firefox Developers!), click on 'I'll be careful, I promise" button!

In the place where it says 'Filter': type in the entries listed below, and double click on them to change them.

So if it says set "network.http.pipelining" to "true", simply type in "network.http.pipelining" in the "Filter" box and double click on the value to make to to change to true.

For values containing a number, a pop-up will come up asking you to enter a number when you double click on the entry.

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. Right-click anywhere and select New > Integer. Name it "nglayout.initialpaint.delay" and click ok, then set its value to "0".

4. "network.http.max-connections" should be changed to 50

5. "network.http.max-connections-per-server" should be changed to 15

6. "network.http.max-persistent-connections-per-server" should be changed to 15

7. Finally, change "network.http.max-persistent-connections-per-proxy" to 15

Then once you are done implementing the tweaks above, simply visit any website of your choice, and you'll instantly notice that the webpage loads a couple of milliseconds faster. If you are unsatisfied with the changes, simply go back to the "about:config" window, and right click on the entries you just edited and choose "reset".

Thursday, February 5, 2009

YSlow : Analyzer of webpages

YSlow 0.9.5b2by Yahoo! Inc..

Ever wonder why a page is taking so long to load? YSlow will tell you why and give you a solution that positively impacts performanc

YSlow analyzes web pages and tells you why they're slow based on Yahoo's rules for high performance web sites.

Add to Firefox

More Images

Long Description

YSlow gives you:
* Performance report card
* HTTP/HTML summary
* List of components in the page
* Tools including JSLint

Advanced Details

* Firefox 3 and Firebug 1.2 beta support
* improved and simplified check for javascript minification
* different coloring for inline vs external CSS and JS ("All CSS" and "All JS" features)
* clickable list of resources as a Table of Contents ("All CSS" and "All JS" features)
* improved colors and presentation in the "legend" of component pies under Stats
* fixed a bug where the same hostname with different port number was counted as a separate DNS lookup.
* misc bugfixes and style tweaks

You must install Firebug: https://addons.mozilla.org/en-US/firefox/addon/1843


HOME : SHARE YOUR IDEAS