Mozilla 0.9.6 Released
bluephone writes: "Yessireebob. mozilla.org has released the 0.9.6 milestone. Here are Release Notes and a link of files on the FTP server. For milestones 0.9.7 and 0.9.8, the focus is on performace enhancingment, and stability of the Mail/News end of the suite. And boy, is it getting good..."
Very nice release so far, mail/news seems to be "catching up" to the browser function.
... does anyone have a reasonable explanation on why the performance is so radically different between linux/win.
The tabbed browsing is almost up to galeon-level, though the speed is still slow, and its missing an (X) to close individual tabs. Use ctrl-w to close tabs in the meantime. This feature is quickly becoming my favorite.
One thing that continually bugs me is the total lack of performance of the linux builds compared to the windows builds. On windows, moz is FAST, and getting faster, and I don't mean just the turbo-load stuff
From my daily usage, mozilla on windows is "done" as far as for what I need to do, on linux, it still has a long way to go.
What is making mozilla slow on linux?
go Mozilla!
If the only part of mozilla you like is Gecko, then use only gecko with a simplified interface.
For linux, try Galeon
For windows, try K-Meleon
From the release note,
System requirement
* Intel Pentium-class 233 MHz (or faster) processor
So your hardware isn't even covered by the requirement. However, Mozilla runs fine if you have a lightly loaded system, e.g. a clean install of Windows 95. I was able to run Netscape 6.2 on a Pentium 100 with 32MB RAM in Win95, and it outperforms Netscape 4.79 (try fancier pages like www.msn.com; simple pages doesn't justify what Gecko is capable of).
Your hardware is pretty old. If you're thinking about running Mozilla on top of X in unix, well, you're pushing your computer too hard
I've found every release better than the last, except for 0.95, which seemed to have gained a few more crashes. I'm excited to see how this one goes. Can anybody give me instructions on how to integrate the Netscape spell checker and change the language settings to en_GB? I tried following instructions for the spell checker before (installed the .xpi), but I couldn't figure out how to actually use it (were the UI bits removed?)
:(
Only comment so far on the latest build: it polls all of the news groups and servers in my Netscape profile when the news/mail client starts. This is bad as I have a load of crap in there, and a load that are only accessible from when I switch internet connections. I have to click cancel on a lot of dialogs before I can get going
Yep - it's pretty slow on my C64 as well.
Well lets look at the system requirements, which as we all know are very conservative
:)
Windows
* Intel Pentium-class 233 MHz (or faster)
* 64 MB RAM
* 26 MB of free hard disk space
Linux
* Intel Pentium-class 233 MHz (or faster)
* 64 MB of RAM
* 26 MB of free hard disk space
Since you probably can't upgrade your processor on your board maybe you should try and bump your RAM to 128MB or so? That would definitely help out. Otherwise I recommend you give Opera a shot. It's right up your alley and it works on Linux and Windows
JOhn
Campaign for Liberty
Though I haven't checked 6.0 yet. If the Mozilla team can straighten out some of the plug in problems (for example, it takes some voodoo before java actually works), or at least come up with a definitive install procedure, we'll be rockin'. The browser is solid, but I don't want to have to be asked what MIME type an m3u file (winamp playlist) is. Heck, I don't actually know! I'm so used to it being taken care of. This kind of "plays nice with others" is something we take for granted - even if it's fake in Bill Gates' case!
Idea wishlist:
I'm a very busy person who does some good for the community already in his free time, so don't ask me to implement these features. I just don't have the time.
Perhaps this would be a good time to ask... does anyone know of a proxy that allows you to rewrite packets on the fly? I think the web's got to the point where I want to start overriding some HTML arbitrarily. I know regular expressions, so some sort of regex interpreter would be quite handy.
I duel boot between linux ... and Windows...
Microsoft's answer to this failing was to make threading as fast as possible, and to push multithreaded programming as a hack around a fundemental OS problem.
Many OS purists think that using multiple processes is a hack around understanding multithreaded programming especially since traditionally there is a context/address switch cost from process to process versus when using different threads. Linux merely legitimizes this hack by implementing the clone system call and copy on write semantics for pages shared amongst processes which makes the worst problems with using multiple processes instead of multiple threads dissappear.
So, now Linux has both faster processes and threads, but thread performance still sucks.
This statement puzzles me greatly. How can Linux threads be faster yet their performance still sucks? Faster than what then?
mostly to support implementing multithreading in userspace (ick).
Huh? How is userland programs being able to create multiple threads a bad idea? Should creating multiple processes the only way to handle multiple tasks at once in an application?
So, the moral of the story is that Linux has a much better core, but seeing that the Linux community actually cares about standards, performance isn't quite up to snuff.
This statement implies that Linux has POSIX compliant threads which the last time I checked is not true especially since the primary kernel hackers (Alan Cox, Linus, etc) are against it. They specifically had issues with the inconsistent way signal handling is suposed to be implemented amongst threads in the same process if memory serves me correctly.
I don't know about you but I use mozilla exclusively for the IRC chat program.
Got friends?
- You can disable Mozilla's JS window.open()
A nice feature, true, but what happens when you go to click on a "help" icon and it can't open a new window?
The mozilla anti-popup feature disables popups on window open, page load, and window close (and timers). So obnoxious auto-pops don't happen, but e.g. The Onion's horoscopes still work.
Sumner
rage, rage against the dying of the light
Here are a couple of build options that I frequently use in my .mozconfig when building mozilla to keep it running extreemely well also cutting alot of the cruft out.
These build options are for all the people that are complaining about shoddy mozilla performance under linux and people that would like to have a look at some really new features.
ac_add_options --with-extensions=all
Enables such things as the Chatzilla IRC client and the dom inspector(which I think is extreemely neat for debugging and viewing dynamicly changing html object model) also contains some very experimental things such as xmlterm.
ac_add_options --enable-mathml
Very neat standard for displaying math of all types and sizes in xml.
ac_add_options --enable-crypto
Great option, about a year ago this option wasnt even possible due to netscape not realeasing it's code due to US laws afaik. Now everyone that want to compile the lizard can get ssl support built right into the browser.
ac_add_options --enable-optimize="-O3 -march=i686 -mcpu=i686"
The main optimization part. This option has the biggest leaverage affect on the actual quickness of the browsre itself.
ac_add_options --disable-tests
Get rid of the unneccesary tests.
ac_add_options --disable-debug
We don't need any debuging symbols in th build if where not a developer do we.
ac_add_options --disable-shared
ac_add_options --enable-static
A nice new enhancement of the moz build system which links all of the modules in statically, im experiencing a big speed increase and a decrease of startup times with this option probably because it doesnt need to read each individual shared object from the hard disk.
Opera and Konq also have this nice feature.
I'm hoping Moz steps up to that plate soon....
What i want is a secret 'porn' button that i can press
There is one. But its secret.
http://twitter.com/onion2k