Hi,
I'm writing a Python script to analyze the Nginx logs (who is in front of Confluence and Jira in our case). One of the things we analyze is slow response times, and I found that many of them are from URLs like this:
/s/xxxxxxxxxxxx-T/-eqr4zd/713001/xxxxxx/xxxxxx/_/download/contextbatch/js/com.atlassian.jira.project.summary.page,jira.project.sidebar,com.atlassian.jira.projects.sidebar.init,jira.browse.project,atl.general,jira.general,-_super/batch.js?agile_global_admin_condition=true&is-server-instance=true&jag=true&jaguser=true&jcap=true&locale=fr-FR&nps-not-opted-out=true&spectrum=true&whisper-enabled=true
What are those? They seems to be only CSS and JS resources, which I find strange that they take more than 2 seconds to response.
I got the same issue, too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.