I'm facing very serious problem while adding core, lob, dv js files in my master/layout page. below is the links which i'm adding.
Problem is regarding loading time, these are some points for my explanation,
1. When browser does not have cache of these js/css files, it is taking too much time to load which dramatically slow down my website.
2. After cache it works fine BUT next day or another day, it takes minimum of 3-5 seconds which never be happened.
Please suggest me about this happening or suggest other js/css/images reference.
<!-- Ignite UI Required Combined JavaScript Files -->
<script src="http://cdn-na.infragistics.com/igniteui/2014.2/latest/js/infragistics.core.js"></script>
<script src="http://cdn-na.infragistics.com/igniteui/2014.2/latest/js/infragistics.lob.js"></script>
<script src="http://cdn-na.infragistics.com/igniteui/2014.2/latest/js/infragistics.dv.js"></script>
Thanks in advance if i'm resolved with this problem.
Really, it hearts my website badly.
Please Help Me! To get rid from this.
Hello Sanjay,
I am still following up. Have you been able to resolve the issue?If you have any concerns or questions, please feel free to contact me, I will be glad to help you.Thank you for choosing Infragistics components!
Hi Denis,
Apologise for delay in reply, i'm trying with igLoader and will let you know if something need to be asked.
Thanks for your kind help / support.
I'm just following up to see if you need any further assistance with this issue. If so please let me know.
As I am able to see this happens because of your connection.
From looking at the screenshot jQuery is loading for approximately 2 seconds and has size of 73 KB, which makes an average speed of your connection - 34-35 kb/s. The size of the infragistics.lob is 650 KB, which makes averaged download time 17-18 seconds. So I do believe this is normal. To reduce the size you can use the igLoader or reference your resources locally.
You can also use the igLoader with mvc. For more refer to the following sample (http://www.igniteui.com/loader/aspnet-mvc-helper).