Jump to content

Recommended Posts

Posted

I actually quite like Firefox and just wonder if anyone else is having problems with Firefox being super slow connecting to internet sites ... and sometimes 'freezing up' solid, even with only one window open? - and yet my computer is as fast as a bunny when booting and loading/working with programs.

 

Know it may not be Firefox itself - but I've run every single Anti-Malware and Anti-Virus program I have plus ran a scan for 'root kits' using ThreatFire ... then ran disk cleanup and even my O& O Defrag program again.

 

Thus my wondering if it could perhaps be a wee snag with Firefox that others may be having problems with too?

  • Replies 11
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted
I'm still using version 2 while you are probably using version 3. It's working fine for me though. Have you tried removing all of the add-ons to see what happens? :rolleyes:

We are all members helping other members. Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.

Get help with computer problems. Join Free PC Help here

 

Donations are welcome. Read Here

Posted

Surely the browser used by so many of my dear friends here is not having problems :rolleyes:

Cue Wolfey,Randy.........................

Intel Q6600 @ 4Ghz (Watercooled)

Asus P5K premium black pearl

4GB OCZ Reaper 8500

260GTX

 

Join Free PC Help - Register here

 

Donations are welcome - here

 

PC Build

 

 

We are all members helping other members.

Please return here where you may be able to help someone else.

After all, no one knows everything and you may have the answer that someone needs.

Posted

I've been having a few problems lately trying to get retuned work from my university, i get a security warning that I can't bypass.

 

My friend has had no problems as hers, which is the same version as mine lets her confirm the certificate as safe. i managed to manually add the certificate to mine but it was a lot more work than it should of been.

 

Apart from that no issues.

 

Wolfy, will firetune make a noticeable difference?

 

I presume it won't on the uni system which is fast anyway but at home i have a 8mb/s connection which is lucky to reach 2 so a bit extra speed might be nice.

 

Also I presume it has to load at start-up, and if that is the case does it slow the start-up time noticeably?

Keeping Snakes

Tips, Advice and info on keeping Snakes

Click Here

"If you're not living on the edge,you're taking up too much room"

Guest Wolfeymole
Posted

Ok Shrimps here's the lowdown on Firetune.

 

The tutorial below is supplied via the site owners permission from PC Help Forum where I was an active member.

 

 

Here's the script from the Help section of Fire Tune AMD

 

1.) What is FireTune?

 

FireTune is a free software application to easily optimize several configuration settings for the Mozilla Firefox webbrowser. FireTune is based on an article on TweakFactor (Tweakfactor.com: - Get your tweak on!), however - similar optimization guides can be found on lots of Firefox related websites. Actually it automates the procedure of optimizing the browsers preferences for faster browsing with the FireFox webbrowser.

 

System Requirements:

 

This software has been tested on Windows XP only. However - it should also run on Windows 2000 / 2003.

 

Since this is a tuning software for Mozilla Firefox, Mozilla Firefox is therefore required. On some systems the Microsoft Visual Basic runtime files might also be required. Those files are usally pre-installed on Windows 2000/XP/2003. If you get an error message during startup of FireTune, please download and install these runtime libraries from the Microsoft website - download here.

 

FireTune versions vs Firefox versions:

 

From time to time people ask whether the version number of FireTune is somehow related to the version number of Firefox. This is NOT the case. Any version of FireTune will work with any version of Firefox 1.x as long as we do announce that you need to update your version of FireTune for a specific version of Firefox. So: FireTune v1.0.3 for instance is not limited to Firefox v1.0.3. The FireTune version number does not indicate any limited compatibility to a specific version of Firefox.

 

 

2.) What does FireTune do?

 

Instead of changing all relevant preferences of FireFox manually as described in the TweakFactor tweaking guide for FireFox, you can use FireTune to automatically apply all the configuration changes to FireFox.

 

Known problems:

 

Some users of FireTune reported, that after running an optimization on Firefox with FireTune, all their extensions were disabled, cookies were cleared etc. We were not able to reproduce this problem on our machines. However - you should always create a backup of your configuration file BEFORE any optimization is applied in case something goes wrong, so that you can restore your settings easily.

 

3.) How to tell whether Firefox is faster after optimizing it

 

There's a simple way to tell whether Firefox works faster after optimizing it with FireTune. Just follow these instructions:

 

· Clear the cache of Firefox from the Firefox settings dialog - this is very important!

· Before you optimize Firefox, navigate to Stopwatch and do a speed test on Firefox web browser | Faster, more secure, & customizable

· The time needed to load the site completely will be displayed to you in the browser window. Write down the time

· Clear the cache of Firefox from the Firefox settings dialog again - this is very important!

· Now, close Firefox, and optimize it with FireTune

· Start Firefox again, and repeat the speed test on Firefox web browser | Faster, more secure, & customizable

· Compare the displayed result with the result from the test before the optimization

 

 

 

 

 

On our testmachine we noticed a speed improvement of 1.25 seconds - the loadtime was 3.99 seconds before optimizations, and 2.74 seconds after optimization.

 

4.) What changes are applied by FireTune?

 

Performance Settings

 

One of the limitations of pretty much all computer applications is the need to target for a general audience because of the wide array of computer components and varied network infrastructure. This is where tweaking comes in. Firefox by default is aimed at a general audience too and hopefully we can tune it more to the needs of theindividual. The majority of the information comes from this excellent thread over at the MozillaZine Forum. The first post in particular goes through in great detail what each of the settings do. The thread however gets fairly long and convoluted and we attempt to summarize the contents of this thread along with a couple other sources into something that is easier to digest. As with the settings on the previous page, the contents are copied into the user.js file. We do not go into major detail about the setting as the thread goes into detailed explanations of what the settings mean in the first post. Instead, the configurations are culled from the thread of what people have reported to have worked for them along with some modifications on our end.

 

Quick and Dirty Settings (part of the tweaks further below)

 

user_pref("network.http.pipelining", true);

user_pref("network.http.pipelining.firstrequest", true);

user_pref("network.http.pipelining.maxrequests", 8);

user_pref("nglayout.initialpaint.delay", 0);

 

Pipelining does multiple data requests at once and should speed things up. I believe IE did this before and this was partially attributable to the speed advantage that IE had over older versions of Mozilla/Netscape. Initial Paint Delay actually slows down the rendering of the ENTIRE page but since users tend to start reading before the entire page is rendered, setting this to a low value gives the impression that the page loads faster.

 

The following configurations are based off of recommendations off of the Mozillazine thread with some editing.

 

These are the settings that seem to be common to all configuration files regardless of connection speed or computer speed with a couple of additions - plugin paths can be found with about plugins and the bookmark menu delay is turned off.

 

user_pref("network.http.pipelining", true);

user_pref("network.http.proxy.pipelining", true);

user_pref("network.http.pipelining.maxrequests", 8);

user_pref("network.http.request.max-start-delay", 0);

user_pref("content.notify.backoffcount", 5);

user_pref("plugin.expose_full_path", true);

user_pref("ui.submenuDelay", 0);

user_pref("nglayout.initialpaint.delay", 0);

 

Fast Computer, Fast Connection:

 

Definitions:

Fast Computer:is a machine with a CPU greater than 1.5Ghz and with memory installed of at least 512MB RAM

Fast Connection: is a DSL, cable or a better connection

 

 

 

According to the above, 'Slower' connections means slower DSL or cable connections as well as double line ISDN connections,

and 'Slow' means all other analog modem connections.

 

A 'Slow' computer is a computer with a CPU slower than 1.5Ghz, and with less memory than 512MB RAM.

 

user_pref("content.interrupt.parsing", true);

user_pref("content.max.tokenizing.time", 2250000);

user_pref("content.notify.interval", 750000);

user_pref("content.notify.ontimer", true);

user_pref("content.switch.threshold", 750000);

user_pref("nglayout.initialpaint.delay", 0);

user_pref("network.http.max-connections", 48);

user_pref("network.http.max-connections-per-server", 16);

user_pref("network.http.max-persistent-connections-per-proxy", 16);

user_pref("network.http.max-persistent-connections-per-server", 8);

user_pref("browser.cache.memory.capacity", 65536);

 

A couple settings of note - Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used.

 

Fast Computer, Slower Connection:

 

This configuration is more suited to people without ultra fast connections. We are talking about slower DSL / Cable connections as well as double line ISDN connections.

 

user_pref("content.max.tokenizing.time", 2250000);

user_pref("content.notify.interval", 750000);

user_pref("content.notify.ontimer", true);

user_pref("content.switch.threshold", 750000);

user_pref("network.http.max-connections", 48);

user_pref("network.http.max-connections-per-server", 16);

user_pref("network.http.max-persistent-connections-per-proxy", 16);

user_pref("network.http.max-persistent-connections-per-server", 8);

user_pref("nglayout.initialpaint.delay", 0);

user_pref("browser.cache.memory.capacity", 65536);

 

Fast Computer, Slow Connection:

 

Slow connection means connections through an analog 57k modem or slower.

 

user_pref("browser.xul.error_pages.enabled", true);

user_pref("content.interrupt.parsing", true);

user_pref("content.max.tokenizing.time", 3000000);

user_pref("content.maxtextrun", 8191);

user_pref("content.notify.interval", 750000);

user_pref("content.notify.ontimer", true);

user_pref("content.switch.threshold", 750000);

user_pref("network.http.max-connections", 32);

user_pref("network.http.max-connections-per-server", 8);

user_pref("network.http.max-persistent-connections-per-proxy", 8);

user_pref("network.http.max-persistent-connections-per-server", 4);

user_pref("nglayout.initialpaint.delay", 0);

user_pref("browser.cache.memory.capacity", 65536);

 

Slow Computer, Fast Connection:

 

user_pref("content.max.tokenizing.time", 3000000);

user_pref("content.notify.backoffcount", 5);

user_pref("content.notify.interval", 1000000);

user_pref("content.notify.ontimer", true);

user_pref("content.switch.threshold", 1000000);

user_pref("content.maxtextrun", 4095);

user_pref("nglayout.initialpaint.delay", 1000);

user_pref("network.http.max-connections", 48);

user_pref("network.http.max-connections-per-server", 16);

user_pref("network.http.max-persistent-connections-per-proxy", 16);

user_pref("network.http.max-persistent-connections-per-server", 8);

user_pref("dom.disable_window_status_change", true);

 

One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time.

 

Slow Computer, Slow Connection:

 

We have entered the doldrums of the dial-up user

 

user_pref("content.max.tokenizing.time", 2250000);

user_pref("content.notify.interval", 750000);

user_pref("content.notify.ontimer", true);

user_pref("content.switch.threshold", 750000);

user_pref("nglayout.initialpaint.delay", 750);

user_pref("network.http.max-connections", 32);

user_pref("network.http.max-connections-per-server", 8);

user_pref("network.http.max-persistent-connections-per-proxy", 8);

user_pref("network.http.max-persistent-connections-per-server", 4);

user_pref("dom.disable_window_status_change", true);

 

Some of the options we chose not to include as opposed to suggestions on the Mozillazine threads included the suggestion of catching SSL pages. Regardless of computer speed, one of the common trends is that pipelining is a good thing. Those with faster computers and gobs of memory may want to up the amount of memory available to Firefox while those with slower computers can still increase the default 4MB to something higher. This was not done in our configuration files however. Powerusers are also welcome to disable the status bar to eek out thatextra CPU cycle or two.

 

5.) Usage instructions

 

FireTune is very easy to use. The only thing you need to do is to create a backup of your current Firefox configuration file (you can do that easily with FireTune's backup feature), then make your selection from the available tuning options. FireTune will optimize Firefox according to your selections when you click the 'Tune it!' button.

 

· Close FireFox

· Start FireTune - if you want ot optimize the portable version of Firefox, you will have to show FireTune where the portable version of Firefox is located on your machine

· If you have not created a backup of your configuration file before, you should do that now

· After creating a backup of your configuration file, make your section from the available optimization settings. For details on the different options, please check the section above

· Click the 'Tune it!' button

· FireTune will then optimize the Firefox configuration file accoring to your selections from the option list. Once the optimization is done, you may restart Firefox

· Please note that FireTune does not show what optimizations you have chosen last time you used it. Do also note that you must re-select a user profile before you can change its configuration again using FireTune

 

 

Notes:

· if you are upgrading from a previous version of FireTune, then you can just re-apply your optimizations ontop of your current configuration file. You do not have to restore your original settings before working with the latest version of FireTune

· if you want to switch between the portable version of Firefox, and the installed version, you can do that from the 'Settings' menu of FireTune

Posted

Wow, what a lot to learn - who knew there was even such a thing as 'Fire Tune'! :) Thanks so much for sharing!

 

The only 'add on' I have to Firefox is the 'similar too' side bar - not that I likely couldn't use some of the other toys they offer but the more toys (for me), the more there is to try to fix one day - gentle smile.

Posted
What is the best way to do as you suggest to make this back up please

Bob

(bob12a)

My 3D pictures need red cyan glasses to view

medion MD8855,Win 7 IE8, Firefox/3, Avast,MS security essentials, NERO 9,malware bytes.Mailwasher pro ,6.54,Roboform,spybot S&D 1.6, Canon ixus 860 X 2,PS CS5

Posted

bob12a what wolfeymole posted was from the help section of firetunes.

 

I assume your question on backup refers to the help section listed above. Specifically the section Known problems:

 

If so then in the Run box type %appdata%\mozilla\firefox\Profiles

 

Open the folder there and copy the file

 

prefs.js

JScript Script File

 

to another location of your choosing.

We are all members helping other members. Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.

Get help with computer problems. Join Free PC Help here

 

Donations are welcome. Read Here

Posted

Yes RandyL I should have pasted the section I meant

Have made the BU now thanks to your help

Bob

(bob12a)

My 3D pictures need red cyan glasses to view

medion MD8855,Win 7 IE8, Firefox/3, Avast,MS security essentials, NERO 9,malware bytes.Mailwasher pro ,6.54,Roboform,spybot S&D 1.6, Canon ixus 860 X 2,PS CS5

Posted
Glad I could help clear things up Bob.

We are all members helping other members. Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.

Get help with computer problems. Join Free PC Help here

 

Donations are welcome. Read Here

Posted
Surely the browser used by so many of my dear friends here is not having problems :rolleyes:

Cue Wolfey,Randy.........................

 

No one bit - I must be losing my touch :D

Intel Q6600 @ 4Ghz (Watercooled)

Asus P5K premium black pearl

4GB OCZ Reaper 8500

260GTX

 

Join Free PC Help - Register here

 

Donations are welcome - here

 

PC Build

 

 

We are all members helping other members.

Please return here where you may be able to help someone else.

After all, no one knows everything and you may have the answer that someone needs.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...