Mobile app version of vmapp.org
Login or Join
Pope3001725

: Does the JavaScript that Google Analytics Experiments adds slow down alternate versions, and how could I measure this? I am using Content Experiments in Google Analytics to test three different

@Pope3001725

Posted in: #ABTesting #GoogleAnalytics #Javascript #PageSpeed

I am using Content Experiments in Google Analytics to test three different landing pages. This uses JavaScript on the initial page to load the alternates.

Would the additional JavaScript add to the load time for alternative versions, and if so how can I measure this?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

2 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah324

Negligible: about 30 ms to 100 ms

I found the Pingdom page speed test to be easier to use than the Chrome tool.

Here's what I found:


Loading /index.php and then having the google .js experiment code reload a second page:
total time: 1.37 s (avg of ( 1.40, 1.79 , .93 s(avg)) s
Loading the secondary page (bypassing the index.php and the google .js experiment code:
total time : 1.28 (avg of (1.84 (.833 1.52, .961)


So looks like about .1 seconds. Fairly insignificant.


In looking at the actual load progression it looks like the delay is more like .3s


It looks like the overhead of loading the GA Experiment code is about 30ms (avg of 20 37 40)

10% popularity Vote Up Vote Down


 

@LarsenBagley505

Using chrome developer tool, load the page and view the Timeline tab in dev tools. Do this for each version of the page and see if the variations are taking longer to load.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme