Skip to main content

Make Your Firefox Browser Lightening Fast!

Mozilla Firefox is proving to be one of the most powerful browsers off late. Plugins enable some things to become easier which is of great relevance to web-developers. Meanwhile, tweaking/hacking the right settings and you could end up with a much faster web browser, even doubling your speed in some cases. 








1.Enable pipelining

To enable it:

Type about:config in the address bar > double-click network.http.pipelining and network.http.proxy.pipelining so their values are set to true > double-click network.http.pipelining.maxrequests > set this to 8.

This will dramatically reduce page download times.

2.Render quickly

To enable it:

Type about:config and press Enter > right-click (Apple users ctrl-click) somewhere in the window and select New > Integer > Type content.notify.interval as your preference name > click OK, enter 500000 > click OK again > Right-click again in the window and select New > Boolean > create a value called content.notify.ontimer > Set it to True.

3.Faster loading

To enable it:

Type about:config and press Enter > right-click in the window and select New > Integer > Type content.switch.threshold > click OK > enter 250000 > click OK.

4.No interruptions

To enable it:

Type about:config, press Enter > right-click in the window > select New > Boolean > Type content.interrupt.parsing > click OK > set the value to False and click OK.

5.Block Flash

Installing the Flashblock extension will block all Flash applets from loading, web pages will therefore display much more quickly.

6.Increase the cache size

To enable it:

Type about:config and press Enter > right-click anywhere in the window > select New > Integer > Type browser.cache.memory.capacity > click OK > enter 65536 and click OK > restart your browser to get the new, larger cache.

7.Enable TraceMonkey

This new Firefox feature converts slow JavaScript into super-speedy x86 code. Install the latest nightly build, launch it, type about:config in the address bar and press Enter. Type JIT in the filter box, then double-click JavaScript.options.jit.chrome and javascript.options.jit.content to change their values to true.

8.Compress data

Install the Java applet toonel.net. It will re-route your web traffic through its own server, compressing it at the same time. It can even compress JPEGs by allowing you to reduce their quality. This comes in handy to cut your data transfer, particularly useful if you're on a limited data account service.

Comments

Popular posts from this blog

Run command

"Use Run Command make life easy" Sometime we use many run command in our windows base computer. Run command is very useful for easy work. There are some "run command",

Cloud computing

  Cloud computing is a technology model that enables access to a shared pool of computing resources and services over the Internet. Instead of owning and maintaining physical servers and data centers, organizations can use cloud computing services provided by cloud service providers. These services include computing power, storage, databases, networking, software, and more. Cloud computing services can be categorized into several main models: Infrastructure as a Service (IaaS): IaaS provides virtualized computing resources over the Internet. Users can rent virtual machines, storage, and networking components, allowing them to run and manage their operating systems and applications. Platform as a Service (PaaS): PaaS offers a platform that includes the underlying infrastructure, development tools, and services to build, deploy, and manage applications. Users focus on coding and application development while the platform handles the underlying infrastructure. Software as a Service ...

AWS Free Tier

The AWS Free Tier is designed to give you hands-on experience with a range of Amazon Web Services (AWS) products and services without charging you for usage up to a specific limit. This tier primarily benefits new AWS customers, allowing them to try different AWS services and gain practical experience before committing to more extensive usage. The Free Tier includes offers that are available for 12 months following your AWS sign-up date, as well as offers that are always free. Here are the main components of the AWS Free Tier: 12-Months Free: These offers are available to new AWS customers and are valid for 12 months following your AWS sign-up date. After the 12-month free usage term, you pay standard, pay-as-you-go service rates. Always Free: These offers do not expire and are available to all AWS customers. They provide limited access to a range of AWS services for free forever. However, the usage limits reset monthly. Trials: Short-term trial offers start when you activate a part...