Asked on Twitter to @JIRA
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.