Rank: Newbie Groups: Member
Joined: 8/1/2007 Posts: 5
|
I have at least one customer that uses some pages with EW.Web controls over a _very_ slow connection. Is it possible to preload your DLL (or JavaScript code) into the client side so that it only ever has to load it once from the server?
Or can your library of controls be "installed" into the client ahead of time?
I am already compressing HTML served out from the server and storing the ViewState on the server side. Do you have any suggestions as to how your controls can be bandwidth minimized?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, The browser supposes to download and cache the JavaScript files for you. If that does not work well, you can try two things: 1. Turn on physical script file from the server side: http://www.essentialobjects.com/ViewDoc.aspx?t=InstallationAndDeployment%2fdeploy.html2. You may need to troubleshoot the client's computer to find out why it is not caching at all; Thanks
|