Rank: Newbie Groups: Member
Joined: 6/8/2009 Posts: 5
|
Hello,
First I'd like to say that we've been using the EO Ajax Uploader for over a year now after trying just about every other large file uploader out there. There's nothing else even in the same league for ease of implementation and performance.
My question is that I am trying to cut down on the load times on my home page. If I go to tools.pingdom.com, I see about 125K or so being downloaded in about 7 calls to eo_web.ashx. Is there any way to reduce this? If not, it's not a huge deal. If there is, however, I would like to implement it. Thanks!
Rick
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately there isn't much you can do about this. Those scripts are all needed. Two major optimizations have already been done:
1. We automatically zip compress all the Javascript files as long as the browser supports zip compression. Almost all browsers support this. So when you see 125K, the amount of data transferred is actually much less;
2. Those files are only downloaded once. After that they will be cached by the browser;
Hope this helps.
Thanks!
|