†Evil Society† Official Forum (WOLFNETWORK)
Welcome to Evil Society MU Community! Please log in or register whether or not you're a member.
Have a good day!
†Evil Society† Official Forum (WOLFNETWORK)
Welcome to Evil Society MU Community! Please log in or register whether or not you're a member.
Have a good day!
†Evil Society† Official Forum (WOLFNETWORK)
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
Home†Welcome†Latest imagesRegisterLog in
:: Welcome To Critical MU Community Forum ::
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» *Redemption Guild* Coming Soon...
Firefox Tweaks Emptyby Poseidon Sun Aug 15, 2010 5:56 am

» Suggestion: Create a Ventrilo...
Firefox Tweaks Emptyby Poseidon Sun Aug 15, 2010 5:45 am

» Urbandub... Try to listen this playlist...
Firefox Tweaks Emptyby Poseidon Sun Aug 15, 2010 5:42 am

» My char
Firefox Tweaks Emptyby EvilMind Sun Aug 15, 2010 2:26 am

» Just asking
Firefox Tweaks Emptyby TimeSlasher Sun Aug 15, 2010 1:35 am

» NEW CLIENT !!!!
Firefox Tweaks Emptyby killerhole Sun Aug 15, 2010 12:33 am

» Want a Free FO Set? Click Me! (Actual Event)
Firefox Tweaks Emptyby ♥Cursiii♥ Sun Aug 15, 2010 12:26 am

» Click Here For Free Stats! (Actual Event)
Firefox Tweaks Emptyby killerhole Sun Aug 15, 2010 12:25 am

» Random Screenies with TGM Sunrise
Firefox Tweaks Emptyby Xia0s0nZ Sat Aug 14, 2010 11:58 pm

» What is the use of the points writen below our AVARTAR...
Firefox Tweaks Emptyby TimeSlasher Sat Aug 14, 2010 11:56 pm

Top posters
Deimon (542)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
Poseidon (408)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
MaiS (303)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
Tauri (292)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
VoDich (286)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
EvilMind (257)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
AlviNz (187)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
♥Cursiii♥ (185)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
TimeSlasher (179)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
Avenger (155)
Firefox Tweaks I_vote_lcapFirefox Tweaks I_voting_barFirefox Tweaks I_vote_rcap 
May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar
Advertisement

Watch Naruto Online
Statistics
We have 262 registered users
The newest registered user is xdss

Our users have posted a total of 5118 messages in 374 subjects
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests :: 1 Bot

None

Most users ever online was 44 on Wed Apr 07, 2021 9:30 am

 

 Firefox Tweaks

Go down 
4 posters
AuthorMessage
Muffin
Moderator
Moderator
Muffin


Male
Number of posts : 104
Age : 34
Location : In an Oven
Job/hobbies : Making People Smile with My Delecious Fillings
Humor : Half-baked
Creativity :
Firefox Tweaks Left_bar_bleue0 / 1000 / 100Firefox Tweaks Right_bar_bleue

Reputation :
Firefox Tweaks Left_bar_bleue100 / 100100 / 100Firefox Tweaks Right_bar_bleue

Mood : Firefox Tweaks Mellow
Registration date : 2010-03-02

Firefox Tweaks Empty
PostSubject: Firefox Tweaks   Firefox Tweaks EmptyWed Apr 28, 2010 10:23 pm

The Instructions listed bellow are tips and tricks on how to optimized your surfing experience using the browser Firefox. Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever. But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here's what you need to do.

1. Enable Pipelining

Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times. 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, then double-click network.http.pipelining.maxrequests and set this to 8.

Keep in mind that some servers don't support pipelining, though, and if you regularly visit a lot of these then the tweak can actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.

2. Render quickly

Large, complex web pages can take a while to download. Firefox doesn't want to keep you waiting, so by default will display what it's received so far every 0.12 seconds (the "content notify interval"). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.

Type about:config in the address bar and press [Enter], then right-click somewhere in the window and select New > Integer. Type content.notify.interval as your preference name and click OK, enter 500000 (that's five hundred thousand, not fifty thousand) and click OK again.

Right-click again in the window and select New > Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.

3. Faster loading

If you haven't moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.

Type about:config in the address bar and press [Enter], right-click in the window and select New > Integer. Type [/b]content.switch.threshold[/b] and click OK, enter 250000 (a quarter of a second) and click OK to finish.

4. No interruptions

You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.

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

5. Block Flash

Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there's a very easy solution. Install the Flashblock extension [url=flashblock.mozdev.org]flashblock.mozdev.org[/url] and it'll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn't entirely useless, just click its placeholder to download and view the applet as normal.

6. Increase the cache size

As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config in the address bar and press [Enter], then right-click anywhere in the window and select New > Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.

7. Enable TraceMonkey

TraceMonkey is a new Firefox feature that converts slow javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It's still buggy so isn't available in the regular Firefox download yet, but if you're willing to risk the odd crash or two then there's an easy way to try it out.

Install the latest nightly build ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/, 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, and that's it - you're running the fastest Firefox javascript engine ever.

8. Compress data

If you've a slow internet connection then it may feel like you'll never get Firefox to perform properly, but that's not necessarily true. Install
www.toonel.net and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there's much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you're on a limited 1 GB-per-month account, and can at best double your browsing performance.

Some of these information are not totally mine. Some sites mentioned above are are copyrighted and own by their current respective owners and I have no affiliation with them in any way. If you have further questions about this please feel free to comment or feedback your questions.
Back to top Go down
http://www.wolfnetzero.com/profile.forum?mode=viewprofile&am
MaiS
Former Staff
Former Staff
MaiS


Male
Number of posts : 303
Age : 34
Location : Hellas
Job/hobbies : Studies
Humor : ~~
Creativity :
Firefox Tweaks Left_bar_bleue0 / 1000 / 100Firefox Tweaks Right_bar_bleue

Reputation :
Firefox Tweaks Left_bar_bleue100 / 100100 / 100Firefox Tweaks Right_bar_bleue

Mood : Firefox Tweaks Busy
Registration date : 2009-11-07

Firefox Tweaks Empty
PostSubject: Re: Firefox Tweaks   Firefox Tweaks EmptyThu Apr 29, 2010 6:29 am

Thx for sharing!
Back to top Go down
http://www.billakosbillys.xtreemhost.com
Deimon
Game Master
Game Master
Deimon


Male
Number of posts : 542
Age : 32
Location : Six feet under
Job/hobbies : Playing MU, surfing the net and playing Farmville
Creativity :
Firefox Tweaks Left_bar_bleue0 / 1000 / 100Firefox Tweaks Right_bar_bleue

Reputation :
Firefox Tweaks Left_bar_bleue100 / 100100 / 100Firefox Tweaks Right_bar_bleue

Mood : Firefox Tweaks Sleepy
Warning : Firefox Tweaks Yourock
Registration date : 2009-11-01

Firefox Tweaks Empty
PostSubject: Re: Firefox Tweaks   Firefox Tweaks EmptyThu Apr 29, 2010 8:05 am

thank you muffin. btw, it will automatic save right?
Back to top Go down
https://www.facebook.com
Muffin
Moderator
Moderator
Muffin


Male
Number of posts : 104
Age : 34
Location : In an Oven
Job/hobbies : Making People Smile with My Delecious Fillings
Humor : Half-baked
Creativity :
Firefox Tweaks Left_bar_bleue0 / 1000 / 100Firefox Tweaks Right_bar_bleue

Reputation :
Firefox Tweaks Left_bar_bleue100 / 100100 / 100Firefox Tweaks Right_bar_bleue

Mood : Firefox Tweaks Mellow
Registration date : 2010-03-02

Firefox Tweaks Empty
PostSubject: Re: Firefox Tweaks   Firefox Tweaks EmptyThu Apr 29, 2010 7:39 pm

Your Welcome, just trying to help me fellow man.

And yes, every tweak automatically saves. But you can undo these changes by doing it oppositely.
Back to top Go down
http://www.wolfnetzero.com/profile.forum?mode=viewprofile&am
killerhole
Member
Member
killerhole


Number of posts : 22
Age : 28
Creativity :
Firefox Tweaks Left_bar_bleue0 / 1000 / 100Firefox Tweaks Right_bar_bleue

Reputation :
Firefox Tweaks Left_bar_bleue100 / 100100 / 100Firefox Tweaks Right_bar_bleue

Registration date : 2010-08-14

Firefox Tweaks Empty
PostSubject: Re: Firefox Tweaks   Firefox Tweaks EmptySat Aug 14, 2010 10:32 pm

Muffin wrote:
The Instructions listed bellow are tips and tricks on how to optimized your surfing experience using the browser Firefox. Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever. But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here's what you need to do.

1. Enable Pipelining

Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times. 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, then double-click network.http.pipelining.maxrequests and set this to 8.

Keep in mind that some servers don't support pipelining, though, and if you regularly visit a lot of these then the tweak can actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.

2. Render quickly

Large, complex web pages can take a while to download. Firefox doesn't want to keep you waiting, so by default will display what it's received so far every 0.12 seconds (the "content notify interval"). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.

Type about:config in the address bar and press [Enter], then right-click somewhere in the window and select New > Integer. Type content.notify.interval as your preference name and click OK, enter 500000 (that's five hundred thousand, not fifty thousand) and click OK again.

Right-click again in the window and select New > Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.

3. Faster loading

If you haven't moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.

Type about:config in the address bar and press [Enter], right-click in the window and select New > Integer. Type [/b]content.switch.threshold[/b] and click OK, enter 250000 (a quarter of a second) and click OK to finish.

4. No interruptions

You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.

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

5. Block Flash

Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there's a very easy solution. Install the Flashblock extension [url=flashblock.mozdev.org]flashblock.mozdev.org[/url] and it'll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn't entirely useless, just click its placeholder to download and view the applet as normal.

6. Increase the cache size

As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config in the address bar and press [Enter], then right-click anywhere in the window and select New > Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.

7. Enable TraceMonkey

TraceMonkey is a new Firefox feature that converts slow javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It's still buggy so isn't available in the regular Firefox download yet, but if you're willing to risk the odd crash or two then there's an easy way to try it out.

Install the latest nightly build ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/, 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, and that's it - you're running the fastest Firefox javascript engine ever.

8. Compress data

If you've a slow internet connection then it may feel like you'll never get Firefox to perform properly, but that's not necessarily true. Install
www.toonel.net and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there's much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you're on a limited 1 GB-per-month account, and can at best double your browsing performance.

Some of these information are not totally mine. Some sites mentioned above are are copyrighted and own by their current respective owners and I have no affiliation with them in any way. If you have further questions about this please feel free to comment or feedback your questions.

ill try this first on the internet cafe...

so that i wont missed up my own PC...
also i dont have a DEEP FREEZE so it is
not safety to try that on my PC>..^^...
Back to top Go down
Deimon
Game Master
Game Master
Deimon


Male
Number of posts : 542
Age : 32
Location : Six feet under
Job/hobbies : Playing MU, surfing the net and playing Farmville
Creativity :
Firefox Tweaks Left_bar_bleue0 / 1000 / 100Firefox Tweaks Right_bar_bleue

Reputation :
Firefox Tweaks Left_bar_bleue100 / 100100 / 100Firefox Tweaks Right_bar_bleue

Mood : Firefox Tweaks Sleepy
Warning : Firefox Tweaks Yourock
Registration date : 2009-11-01

Firefox Tweaks Empty
PostSubject: Re: Firefox Tweaks   Firefox Tweaks EmptySat Aug 14, 2010 11:08 pm

this works perfectly fine Very Happy
Back to top Go down
https://www.facebook.com
Sponsored content





Firefox Tweaks Empty
PostSubject: Re: Firefox Tweaks   Firefox Tweaks Empty

Back to top Go down
 
Firefox Tweaks
Back to top 
Page 1 of 1
 Similar topics
-
» Increase Your Internet Browsing Speed with Firefox

Permissions in this forum:You cannot reply to topics in this forum
†Evil Society† Official Forum (WOLFNETWORK) :: Evil Society General Info. :: General Discussions-
Jump to:  
Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com