Why is JIRA loading slowly? I opened my network tab. That’s 3.2 MB of minified JS taking 2.5 *minutes*

Justice McCullum June 30, 2015

https://t.co/nJLaWWUVks 

Asked on Twitter to @JIRA 

1 answer

1 vote
Justice McCullum June 30, 2015

If the system is exhibiting slow page-loading, check to insure that the Compress HTTP headers option enabled. As long as you are not using compression on a load-balancer or a CDN with compression, then adding the following lines into the connector parameter of the server.xml file will provide much better performance when loading static content:

 

compression="on"
compressableMimeType="text/html,text/xml,text/plain,text/css,application/json,application/javascript"

Suggest an answer

Log in or Sign up to answer