browser performance
Posted: Thu Sep 20, 2007 2:05 pm
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.
Anyone ideas to increase performance ?
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