Description:In my asp.net mvc 4 project there are some independent javascript files, i want to load them asynchronously for the site's performance aspect.
So I have following two question regarding this,
1) how to load some of my bundled js files asynchronously ?
2)Does it effect my site's performance as well ?
Posted by: Khalid Abbas | Posted on: Oct 20, 2017
2
Regarding your second question it has very minor impact on site's performance depending upon the bundle file size.
Replied by: Junaid Aziz | Replied on: Sep 12, 2018