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,
Thank you for contacting Infragistics Developer Support!
I have tested this and appears that I'm getting the described files in a second or less.
Have you tried to test this on another machine and another network provider?
If the result is the same could please provide a sample replicating the issue so I can inspect it?
Could share your location and let me know if you have some kind of firewall enabled, what type is it?
My location is Mohali, India.
And we've firewall installed in our company and i need to ask from our companys' IS Team. So i will let you know once i confirmed from them.
Best Regards.
Looking forward for hearing from you.
Hi Denis,
Thanks for being with me.
Type of Firewall : Hardware firewalls
And, one more thing which I've experienced in FF, lob js file keep refreshing from CDN instead from cache. For your reference i'm attaching screenshot for the same. It might be helpful for you somehow.
Thanks
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!
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).
Actually, my application was build up using @(Html.Infragistics().Grid<Result>()) and if i'm using igLoader then i need to replace this approach with js code.
If you've any solution to hold @(Html.Infragistic) commend until igLoader loads the css/js files then please suggest me.
And also, i've faced "igCombo resource not found" error.
Really,it is very difficult to change my whole application integration with Infragistics.