You can implement Tomcat server compression options to save bandwidth as files are delivered to the browser. Saving bandwidth during file transmission can decrease the initial load time of the framework and packages.
There are several settings you can modify within the Tomcat server.xml file to implement file compression. The default location for the server.xml file is [drive:]\Program Files\Apache Software Foundation\[Tomcat Installation]\conf\.
For more information, refer to the Tomcat help documentation on the Apache website.