Hello,
Mapsuite first time loading is too slow on some machines which has slower network connection. i observed the http data by fiddler2 and have realized that it takes approximately 10 seconds to fetch opl_GeoResource.axd which throws 580k of js file to the browser and it content's "Cache-Control" header is presented "private". i decided to use caching for script resources and set all the script managers ScriptMode are "Release" and marked <compilation debug="false"> "<compilation debug=false>" in web.config and append <deployment retail="true"></deployment> "<deployment retail="true"> into machine.config file. But nothing is changed. </compilation>
<compilation debug="false">Is there any solution to cache these scripts?
</compilation>
Thank you so much.