|
|
Log in / Subscribe / Register

Is pre-linking worth it?

Is pre-linking worth it?

Posted Jul 15, 2009 22:56 UTC (Wed) by mjthayer (guest, #39183)
In reply to: Is pre-linking worth it? by arjan
Parent article: Is pre-linking worth it?

Wow. On my decently powered laptop, firefox feels like it needs a minute to start (maybe it does, I should time it). I hope others learn from what you have achieved!


to post comments

Is pre-linking worth it?

Posted Jul 16, 2009 0:47 UTC (Thu) by etrusco (guest, #4227) [Link] (3 responses)

It probably does.
While you're at it, create a new profile and time its startup too; but don't ask me why the difference...

Is pre-linking worth it?

Posted Jul 16, 2009 4:17 UTC (Thu) by zlynx (guest, #2285) [Link] (1 responses)

You can get some speed back by doing a "vacuum" on your Firefox profile's sqlite tables.

Is pre-linking worth it?

Posted Jul 23, 2009 21:37 UTC (Thu) by ariveira (guest, #57833) [Link]

Yep;

for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f 'VACUUM;'; done

from time to time

Is pre-linking worth it?

Posted Jul 16, 2009 5:00 UTC (Thu) by bvdm (guest, #42755) [Link]

Apparently NSS runs through your cache to seed its random number generator. May be something like that.. o_O

Is pre-linking worth it?

Posted Jul 16, 2009 10:54 UTC (Thu) by Tet (subscriber, #5433) [Link]

On my decently powered laptop, firefox feels like it needs a minute to start

Yes. But that's largely because the Firefox developers are clueless and have built a bloated monster. I'm no Opera fanboy, but I have to admire the fact that it launches in 3 seconds from a cold cache. FWIW, Firefox managed to completely outdo itself on my decently powered home desktop last night, taking 14 minutes from invocation to first window appearing. Yes, I kept checking the process table to see that it really was there and trying to start. Yes, the machine was running slowly due to other activity on the box. But still, even under normal conditions, it takes a minute or so to launch, and this is a 3GHz machine with plenty of RAM. That's just insane...


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds