browser performance

Programming, for all ages and all languages.
Post Reply
User avatar
os64dev
Member
Member
Posts: 553
Joined: Sat Jan 27, 2007 3:21 pm
Location: Best, Netherlands

browser performance

Post by os64dev »

Man i knew that IE sucks with javascript, png and such but that it sucks this bad i never thought. Why do so many people use this browser. * sigh *

I am currently busy writing a DHTML framework making an abstraction layer between HTML/Javascript/PHP and webpages. Something in the likes of prototype. Think of it if you want to create and image you have a call 'var img = WebGUI.Factory.CreateImage('root');' and it creates an image object which you can manipulate. And i came across some performance issues regarding IE so i decided to make a test. The old fire demo to see how it performed. Follow the link in my signature to see it in action.

Code: Select all

IE     : 2 fps
Opera  : 21 fps
Firefox: 32 fps
Safari : 31 fps
Anyone ideas to increase performance ?
Author of COBOS
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re: browser performance

Post by Candy »

os64dev wrote:Anyone ideas to increase performance ?
Ditch IE. My laptop's performance is 21 for FF and 1 for IE.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Re: browser performance

Post by Alboin »

Candy wrote:
os64dev wrote:Anyone ideas to increase performance ?
Ditch IE. My laptop's performance is 21 for FF and 1 for IE.
Amen. I've had horrible experiences with IE as well. I can never seem to get my web site to work with it. It makes you wonder why a huge cooperation like Microsoft can't fix their bloody browser.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
eboyd
Member
Member
Posts: 97
Joined: Thu Jul 26, 2007 9:18 am
Location: United States

Post by eboyd »

Amen. I've had horrible experiences with IE as well. I can never seem to get my web site to work with it. It makes you wonder why a huge cooperation like Microsoft can't fix their bloody browser.
Or why so many web developers omit a line of code making it incompatible with firefox!
SpooK
Member
Member
Posts: 260
Joined: Sun Jun 18, 2006 7:21 pm

Post by SpooK »

eboyd wrote:
Amen. I've had horrible experiences with IE as well. I can never seem to get my web site to work with it. It makes you wonder why a huge cooperation like Microsoft can't fix their bloody browser.
Or why so many web developers omit a line of code making it incompatible with firefox!
Because Frontpage tells them to :P
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

I once used IE, but then I learned something.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Post Reply