Welcome Guest Search | Active Topics | Sign In | Register

EO Web Controls Performance Options
Maulin
Posted: Monday, March 5, 2012 10:14:19 AM
Rank: Member
Groups: Member

Joined: 2/14/2012
Posts: 10
Hi,

I've been using EO web controls on my web application and applying the require stylesheet with grid, toolbars and buttons. I've noticed it execute and render page very slow on IE but very fast on Firefox. how would i get faster response and rendering on IE ?
eo_support
Posted: Monday, March 5, 2012 10:24:17 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Try to reduce the number of columns and give the Grid fixed pixel size. IE's layout engine and script engine are just much slower. IE 9 should be much faster. However if you reduce the number of Grid columns and give the Grid fixed pixel size, it should speed things up.

Thanks!
Maulin
Posted: Monday, March 5, 2012 10:31:29 AM
Rank: Member
Groups: Member

Joined: 2/14/2012
Posts: 10
eo_support wrote:
Hi,

Try to reduce the number of columns and give the Grid fixed pixel size. IE's layout engine and script engine are just much slower. IE 9 should be much faster. However if you reduce the number of Grid columns and give the Grid fixed pixel size, it should speed things up.

Thanks!


I'll do the require changes for grid and let you know but I've the same problem with EO Dialog control, I'd open up the Dialog box from Code behind but it opens up very fast on Firefox and on IE it's responding very slow.
eo_support
Posted: Monday, March 5, 2012 10:37:41 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

The dialog itself should be very fast. If you see it's very slow to open, then most likely it's because of other contents in your page because the dialog has to wait for your page to finish loading before it can display itself. So try the same code in a blank page first to find out where the bottleneck is first.

IE is just slower than FireFox. So it is VERY normal that your page opens up slower in IE. You just got to find out which part is slowing it down.

Thanks



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.