|
Rank: Newbie Groups: Member
Joined: 3/10/2008 Posts: 8
|
Hello,
I'm trying to improve perfomance in my application we have currently on a typical page 20 to 30 loads of eo_web.ashx, each taking 100 ms to 1 second. There is a way to reduce the time of loading of this handler?
Thanks in advance,
Ignacio Gonzalez
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
|
|
Rank: Newbie Groups: Member
Joined: 3/10/2008 Posts: 8
|
I enabled the physical JavaScript files and it takes more time to load the scripts, other suggestion?
Thanks in advance,
Ignacio Gonzalez
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
In that I am not sure what else can be done on our side. When you enable physical JavaScript files, it actually takes the files off us and let IIS handles it. So you may want to look into IIS and see if anything can be done there. There are a number of things you can do with IIS, such as compression and caching; but unfortunately we are no IIS expert so we can't really provide much detail on that.
Thanks
|
|