Hi Isomorphic,
In your recent blog post, performance tips from the experts, there is a tip about the FileLoader.
http://blog.isomorphic.com/performan...m-the-experts/
Is the FileLoader now available for all SmartGWT licenses, or is it still part of Network Performance, and only available in Power and higher, as per the post below?
https://forums.smartclient.com/forum...f-lgpl-license
Thanks
In your recent blog post, performance tips from the experts, there is a tip about the FileLoader.
http://blog.isomorphic.com/performan...m-the-experts/
Use the FileLoader to start loading the core SmartClient runtime in the background while your users are interacting with a non-SmartGWT login page or landing page, to reduce application load time for first-time users who have not yet cached these files. To do this, load the ISC_FileLoader.js file in your plain HTML login or landing page, and call isc.FileLoader.cacheISC(). Refer to the SmartClient Reference for FileLoader for details of how to get this right (setting path to the files to load, etc), and also to learn about other features of the FileLoader that can help you cache other resources. -Charles
https://forums.smartclient.com/forum...f-lgpl-license
Thanks
Comment