I have a problem with retrieve a large amount of data from server (something about 2MB). It takes about 30 sec.
I am using webservice.htc to call for webservice.
I call for webservice from javascript code inside html page.
Is there is anyway to imrove this retrieve performance.
I'm sure there's a way, but without knowing exactly what you're pulling, there's no way to determine what that is.
Is it necessary that you download all 2MB from the server? or can you process it server side and only output what needs to be visible at any given time?
Bookmarks