Corelio GA optimization

Benchmark created by Mathias Bynens on


Test runner

Ready to run.

Testing in
TestOps/sec
push
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1978395-3']);
_gaq.push(['_setDomainName', '.standaard.be']);
_gaq.push(['_addIgnoredRef', 'standaard.be']);
_gaq.push(['_addIgnoredRef', 'www.destandaard.be']);
_gaq.push(['_addIgnoredRef', 'destandaard.be']);
_gaq.push(['_addIgnoredRef', 'standaard.typepad.com']);
_gaq.push(['_addIgnoredRef', 'interactief.standaard.be']);
_gaq.push(['_setAllowHash', false]);
_gaq.push(['_setCampaignCookieTimeout', 3600000]);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
ready
Array literal
var _gaq = [
  ['_setAccount', 'UA-1978395-3'],
  ['_setDomainName', '.standaard.be'],
  ['_addIgnoredRef', 'standaard.be'],
  ['_addIgnoredRef', 'www.destandaard.be'],
  ['_addIgnoredRef', 'destandaard.be'],
  ['_addIgnoredRef', 'standaard.typepad.com'],
  ['_addIgnoredRef', 'interactief.standaard.be'],
  ['_setAllowHash', false],
  ['_setCampaignCookieTimeout', 3600000],
  ['_trackPageview'],
  ['_trackPageLoadTime']
];
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by Mathias Bynens on