If you browse the web like i browse the web then that means you probably have at least a dozen tabs open at any given time, and twice as many add-ons. Now i <3 the Firefox web browser. Hard! But my main complaint about it is how sluggish it gets over time and with so much STUFF happening in the browser-space. It’s borderline bloatware except that i’m the one who added a lot of the bloat to it… Well here’s a tasty gem from commandlinefu.com that i’ve adapted into what i hope will be a very useful tool.
Here’s the post from CLFu:
$ killall -STOP -m firefox
Manually Pause/Unpause Firefox Process with POSIX-Signals. Continue with:
$ killall -CONT -m firefox
Holds all Firefox Threads. Results in Zero CPU load. Useful when having 100+ Tabs open and you temporarily need the power elsewhere. Be careful – might produce RACE CONDITIONS or LOCKUPS in other processes or FF itself. matching is case sensitive.
Read on for the results and some handy aliases that make this command even better!
Continue reading Temporarily “pause” all Firefox processes