Good day. We have JIRA which installed on internal server without access to the internet, when we go tempo - reports - timesheet tempo-script trying to complete request https://ssl.google.analytics.com.ga.js and we're waiting for 21 seconds, how we can disable it or maybe you know other solution?
<div id="trial-info">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9717709-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src=('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
This Code we're found in JIRA when we went it Tempo - Reports - Timesheets.
In which file we can find em. How we can disable or comment it?
Did you try to disable analytics from Tempo settings? Another option is blocking it on your intranet proxy server so that it doesn't wait until it timeout.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where I can disable this it? Could you give me a screenshot or describe?
and.. we can't disable our proxy, because it's contrary to our private policy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.