I would like to use Google Analytics but I am concerned about adding more script and slowing down the loading of my web page. Is there some way in MVC3 that I can minimize the impact of the additional scripts. Should I really be concerned about additional time to download the analytics JS ?
Share
The analytics JS file is tiny and the script should be executed at the very latest moment ideally after the rendering of your page to not impact the user. I wouldn’t worry too much about the perf. as so many sites use it. just make sure you follow the instructions to adding the tag probably and you should be fine.