Apps :: Is there a way to show when FF has fully started?



When booted off the cd, FF2 takes 8 secs just reading files, then a white window appears without any buttons or borders for about 3 secs, then the buttons appear and then the page loads.

So, 12 secs just to start on a fast machine!

Is there a way to tell (from scripts) when has FF fully started?

ps doesn't really help, as firefox-bin starts running in about halfway of the reading phase...

Use top and wait until the cpu usage goes down to 0 and stays there for a while?  Though I guess it's similar to using ps.  Did you look if you can pass ps something?
Hey, nice idea - I could fetch the cpu usage numbers from /proc/loadavg!

That never occurred to me - thanks, I 'll test tomorrow

For a browser that doesn't completely suck, Firefox is a pretty sucky browser if you don't have a very recent computer and broadband.

As far as I can tell, once the desired page is loaded, firefox still has more unnecessary work to do...prefetching linked pages, checking for updates, other mysterious background tasks (check your network activity while using Firefox...some pretty strange things happen). Seriously, if Dillo supported CSS and authentication, I'd dump Firefox without a second thought.

But when you say "fast machine" what do you mean? I've got a 1.8ghz machine that loads firefox2 (with a blank page) in about 4-5 seconds, which is pretty ridiculous in my opinion. 12 seconds would be unacceptible to me on any computer made in this decade. Perhaps the page that is being loaded has a heavy influence on the load time.

From my grub install on a Dell Latitude, booting up and loading a text home page takes about 4 sec. What's interesting is the underlying processes, which for a page like Bloomberg (lots of Java, etc) can take over 30 seconds to complete, although the page appears loaded in about 6 seconds. After it's in cache, it's much quicker, although underlying processes can still run over 16 seconds.  Dillo completes underlying processes in about 1/3 the time, and loads the page almost instantly. The big difference is in the CPU useage, which for FF can run about 45% compared to about 3% for Dillo.  Of course, the tradeoff is that with Dillo, the formating is all screwed up even when things load.
Next Page...
original here.