Welcome Guest Search | Active Topics | Sign In | Register

Ajax Uploader How to Reduce Download overhead? Options
rickstep
Posted: Monday, April 12, 2010 10:50:28 PM
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
eo_support
Posted: Monday, April 12, 2010 11:05:06 PM
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!


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.