View Single Post
Old 25-10-2004   #57 (permalink)
code65536
CDFreaks Resident
 
code65536's Avatar
 
Join Date: Jan 2004
Location: .us
Posts: 5,931
Re: Why You Should Dump Internet Explorer

Falls asleep? Are you talking about Firefox taking a long time to "wake up" if you have it minimized for a long time?

This was filed as a bug some time ago for Mozilla applications in general. I do not recall the bug ID. But it turns out that the problem is that Mozilla apps are "good neighbors" and will yield their space in active memory very quickly when they get minimized, and thus are quickly paged out. Once they are paged out, un-minimizing them takes a long time. Most other Windows apps do not play as nice and actually take steps to prevent them from being paged out into the swapfile when they are minimized, which is why bloatier programs like Photoshop will actually take less time to recover from minimization.

The resolution to the "bug" was the creation of a hidden feature...

In user.js in your profile directory (create user.js if it does not exist), add the following line:
user_pref("config.trim_on_minimize", false);

This was added in FF 0.9. Was broken for a number of the 0.9 releases. And was fixed for 1.0 PR.
__________________
"You don't have to be a supporter of freedom of speech to protest when your own ox is being gored. You do have to be a supporter of freedom of speech to protest when the government tries to censor the speech of those who are goring your ox." -Alan M. Dershowitz

LiteOn Stuff: LiteOn F.A.Q. | OmniPatcher | DVD-Writer Overview | Changing Write Strategies | Crossflashing | XFlash Utility
General Stuff: DVD-Writer F.A.Q. | Rules of the Optical Drive Forums | Attaching Scans | The rpc1.org Firmware Database
Code Guys: http://codeguys.rpc1.org/ | send us e-mail

I Use: Firefox + ClassicFox | Google Talk (Jabber) using Gaim for Windows | Winamp | EAC | Google Earth
C64K: My Travel Photos | In Retirement...
code65536 is offline   Reply With Quote