You are not logged in.

#1 2006-08-10 00:05:51

AllTom
Member
Registered: 2006-01-02
Posts: 60
Website

Firefox speed on Windows vs. Linux

With Firefox, I can open 40+ page conversations and open/close individual messages as efficiently as in smaller conversations--in Windows. In Linux, these actions take several seconds and my CPU goes to 100%. Would it be possible for me to get Firefox running as efficiently in Arch as it does in Windows?

I have graphics acceleration.

Offline

#2 2006-08-10 00:15:01

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Firefox speed on Windows vs. Linux

Probably not as direct an answer as you were hoping for, but the sense of snappiness of firefox (among other apps) on Windows vs. Linux has been brought up and discussed before:

http://bbs.archlinux.org/viewtopic.php?t=22034

Offline

#3 2006-08-10 02:39:09

user
Member
Registered: 2006-03-29
Posts: 465

Re: Firefox speed on Windows vs. Linux

It must be mentioned to describe Windows character,
it is good at graphic displaying with the help of non-free hardware sucking company like intel, nvidia, ati.(i.e. close help hardware-level or software-level in windows kernel, dll  )
The almost of webbrowser's performance is just html rendering, it is related some graphic performance, rest thing is network performance (this is linux's area), so

linux ff: g(low)+n(high)
window ff: g(high)+n(middle,with the help of dirty unfair stolen freebsd-network stack, fucking BSD license)

PS: anyway IMPO, my linux ff: g(high)+n(high) or g(middle)+n(2xhigh)


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#4 2006-08-10 03:13:01

AllTom
Member
Registered: 2006-01-02
Posts: 60
Website

Re: Firefox speed on Windows vs. Linux

Cerebral wrote:

Probably not as direct an answer as you were hoping for, but the sense of snappiness of firefox (among other apps) on Windows vs. Linux has been brought up and discussed before:

http://bbs.archlinux.org/viewtopic.php?t=22034

That was a recent thread, I'm not sure how I missed it. Thanks for the link. The first half-page of posts answer my question: the roots of the problem run deep.

Offline

#5 2006-08-10 12:14:10

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Firefox speed on Windows vs. Linux

user wrote:

linux ff: g(low)+n(high)

I'm pretty sure that's wrong. The OSS drivers for Intel, Unichrome, etc. graphics hardware seem to give pretty good performance, and nVidia's drivers perform extremely well.

Also, how fast your graphics card can draw stuff doesn't matter at all if your browser's rendering engine is ass-slow.

AllTom: Try putting

export MOZ_DISABLE_PANGO=1

in /etc/profile, then logging out and logging back in again... Firefox seems to have some performance problems when using Pango.

(Firefox 2.0 beta 1 seems to perform as well with Pango as with XFT, though, which makes me wonder if the sluggish performance in 1.5.0.x is more the fault of Gecko itself than Pango.)

Offline

#6 2006-08-10 12:30:12

brazzmonkey
Member
From: between keyboard and chair
Registered: 2006-03-16
Posts: 818

Re: Firefox speed on Windows vs. Linux

generally speaking, firefox is slow on linux (slow to launch, slow to browse). i already tried a few hacks like the one mentioned above ; some of them indeed sped things up a bit.
i eventually stopped using firefox - konqueror is now very good for web browsing, plus it's really faster and more responsive.
actually, appart from a few interesting extensions, i don't really see the point in using firefox anymore...


what goes up must come down

Offline

#7 2006-08-10 13:05:39

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Firefox speed on Windows vs. Linux

Try a browser like epiphany or xulrunner, those are faster than firefox because they don't have to emulate the GTK UI via XUL but draw native toolbars and dialogs instead.

Also, the pango disable hack as shown by Guillible Jones can speedup things quite well. Pango can be rather slow, though pango 1.14.0 together with cairo 1.2.2 will be a bit faster than the previous versions were (cairo 1.2.2 fixed quite some regressions, from which a few were pure performance regressions and some others were memleaks). Disabling pango will speed things up because it will use XFT then, but it will also have bugs in rendering unicode characters because XFT wasn't designed for anything else than western character sets.

One big difference between linux and windows when it comes to font rendering is that windows doesn't do AA by default, where linux does many font transformations on your rendered fonts. The fonts look better on linux IMHO, but performance is lower doing so.

Offline

#8 2006-08-10 13:26:42

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: Firefox speed on Windows vs. Linux

Maybe it's the x-server aswell. I'm sure that if you ran firefox on directfb it would go faster? I'm thinking of this article: http://jonsmirl.googlepages.com/graphics.html and all the layers that's needed, or maybe pango was supposed to alleviate that somewhat?

/me isn't sure.

Anyway. I'm using switftfox for my architecture in AUR though, and it seems to be much faster than i'd expected it to go compared to firefox.

So unless i'm having a major case of that drug that usually is just a sugar-pill but the doctors tells you that it's something else, but i can't remember the name of. THEN you should really try it out smile or try opera 9.01(not sure if latest ver is out in repos yet), that's as fast as in windows


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#9 2006-08-10 15:48:42

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Firefox speed on Windows vs. Linux

test1000 wrote:

Maybe it's the x-server aswell. I'm sure that if you ran firefox on directfb it would go faster? I'm thinking of this article: http://jonsmirl.googlepages.com/graphics.html and all the layers that's needed, or maybe pango was supposed to alleviate that somewhat?

/me isn't sure.

I doubt it, the X server may still be a bit bloated but it's pretty fast.

JGC wrote:

ango can be rather slow, though pango 1.14.0 together with cairo 1.2.2 will be a bit faster than the previous versions were (cairo 1.2.2 fixed quite some regressions, from which a few were pure performance regressions and some others were memleaks).

Eh, that's not what I'm seeing. Galeon in Pango mode is still quite slow with the new version. As I mentioned before, having seen Firefox 2's performance, I wonder if slow performance when using Pango is a Gecko problem.

Offline

#10 2006-08-20 01:34:57

AllTom
Member
Registered: 2006-01-02
Posts: 60
Website

Re: Firefox speed on Windows vs. Linux

Gullible Jones wrote:

AllTom: Try putting

export MOZ_DISABLE_PANGO=1

in /etc/profile, then logging out and logging back in again... Firefox seems to have some performance problems when using Pango.

This may have improved things slightly, but Firefox still isn't exactly responsive on such long pages.

Offline

#11 2006-08-20 13:16:12

syd
Member
From: Auckland, NZ
Registered: 2006-01-22
Posts: 155

Re: Firefox speed on Windows vs. Linux

Just:

pacman -S opera

And problem solved

Offline

#12 2006-08-20 15:43:35

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Firefox speed on Windows vs. Linux

syd wrote:

Just:

pacman -S opera

And problem solved

Weird, I tried that and got a huge number of more problems. My firefox plugins no longer work, the interface won't customize the way I want it, and the menus are ugly. I also find that some websites don't render correctly.

/me who hates smug responses like syd's


I am a gated community.

Offline

#13 2006-08-20 15:49:12

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Firefox speed on Windows vs. Linux

There's also swiftfox in AUR. Its still firefox, but for some reason, the optimizations make it seem substantially faster. Or maybe its placebo effect.

Dusty

Offline

#14 2006-08-21 05:21:06

syd
Member
From: Auckland, NZ
Registered: 2006-01-22
Posts: 155

Re: Firefox speed on Windows vs. Linux

stonecrest wrote:
syd wrote:

Just:

pacman -S opera

And problem solved

Weird, I tried that and got a huge number of more problems. My firefox plugins no longer work, the interface won't customize the way I want it, and the menus are ugly. I also find that some websites don't render correctly.

/me who hates smug responses like syd's

lol, Yer i know opera is not without its problems.
I swap between ff and opera, month on, month off type of thing. Opera is a bit quicker but it doesn't display pages as well as ff.

Offline

Board footer

Powered by FluxBB