@sanmeet, How are you? Do you have page load times tagged in your
website for every page? Page speed usually is a function of synchronous
scripts , html rendering on the page, external resources
requested(images, fonts, css) and resources afforded to the website by
the browser. Asynchronous scripts which are there to measure performance
or analytics have a minimal role to play , if any. Page TopLoading the
launch script itself should not impact page speed and if at all then
barely. If you are lo...