0
votes
does Google analytics make a major effect on time to download a static web page?
If you add the code to the bottom of the page then it probably won't make much of a difference.
If however, you want it to make no difference then I'd take a look at this link:
…
3
votes
Is there a faster alternative to Google Analytics?
The problem you're experiencing is just standard I/O blocking whilst javascript loads.
Take a look at this solution: …
