Firefox
Friday, November 21, 2008 3:47:50 PM
Hey, if you work at Opera, STOP CHANGING THE HTML TAG AND CSS NAMES!!! Jeez, is that too hard to do?
Anyways, what happened to Firefox? It takes like 5 to 10 seconds before even loading a page up. I only use it on my old test boxes, but still. There's no reason to be THAT slow. Has Firefox really turned into a big pile of garbage? What happened to it? It used to be so fast.
While I'm at it, anyone want the width of this blog to be larger? Or should I leave it the same?


FoxM # Friday, November 21, 2008 4:03:26 PM
I was also thinking in learning CSS to modify my Blog a bit, but... I was suddenly enlightened by the KISS principle (again)
And yes, firefox has become fully loaded... I only use it when I cannot use Opera because some dumb web developer thinks people only uses IE and Firefox.... or maybe he/she doesn't think at all... who knows the difference?
Vladasvladas # Friday, November 21, 2008 4:22:20 PM
It seems they have some big problems with garbage collector, which seems working exclusively and not in separate thread. Furthermore, it is slow on resolving object references - probably they've changed static GC behaviour (simply counting referencies) to dynamic (rechecking refs against reality). Perhaps by this they hope to avoid cyclic reference problems (or referencies in closures - which was a real problem in IE) with such dynamic GC behaviour.
Probably they must have been consulted with Google Chrome developers for making things better...