* remove stats write for now, until stats server is hTTPs
This commit is contained in:
parent
43b92d4a17
commit
666fbfff2a
|
|
@ -308,7 +308,7 @@
|
|||
context.ga("send", "timing", "NavigationTiming", key, value, null, {'page' : '/' + window.location.pathname});
|
||||
}
|
||||
})
|
||||
context.stats.write('web.timing.navigation', computed)
|
||||
//context.stats.write('web.timing.navigation', computed)
|
||||
}
|
||||
catch(e) {
|
||||
logger.error("loading times failed in ga.js", e)
|
||||
|
|
|
|||
Loading…
Reference in New Issue