Hi Team
I'm use infragistics.lob.js file for development. The file size of infragistics.lob.js is around 2.7MB because of that web page rendering gets slowdown.
Need Clarifications:
1. Minified type of infragistics.lob.js is available or not.
2. If it is available where can i get it.
--
Thanks in advance.
Karthikeyan Rajakumar
Hello Karthikeyan,
Thank you for contacting Infragistics!
You are using the minified version of the Infragistics.lob.js. However after investigating this matter for you, I suggest to use Infragistics.loader.js This file resolves all the Infragistics resources for you.
http://www.igniteui.com/help/using-infragistics-loader
Another solution to your case is using CDN. Using this approach, the files are cached by the browser and won’t need to be downloaded again. This will make your web page rendering faster.
http://www.igniteui.com/help/deployment-guide-infragistics-content-delivery-network%28cdn%29
It will be a good option to make references to different modules you need for your application or you could create a custom build using the link below. Please note that at the top of every module file there is a list of dependences that are required in order to use the particular control. Make sure you have added them in your project.
https://www.igniteui.com/download
Please let me know how this works for you!
Regards,
Aneta Gicheva,
Infragistics