I am making an application in asp.net MVC 5 in which i am using highcharts to show the meter readings I was facing an issue that whenever i want to see large amount of data(points) in charts it hangs the page for a long time and then it make it unresponsive or make it run I searched many articles and found that boost.js module is efficient way for view large data points So i just added the script but still my page hangs I inspected the elements and in console i found browser link errors So i disabled the option for browser link and bingo it works fine now
I just want to ask that is it a good approach to disable it ? Or is there any other way that i can do my task(s) while still enabling browser link ?
I also want to know what does browser link do?