Changeset 6869 for ComponentRegistry


Ignore:
Timestamp:
12/17/15 10:49:37 (8 years ago)
Author:
Twan Goosen
Message:

Update instructions: enabling compression recommended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/ComponentRegistry-2.0/UPDATE

    r5946 r6869  
    2222Version specific update instructions
    2323-------------------------------------
     24
     25=== 2.0 ===
     26
     27- Since the JS front end (like the previous Flash based front end) is quite heavy
     28  on the loading of compressible content, consider enabling content compression
     29  on the Tomcat server to improve performance, especially on clients with slow
     30  connections. E.g., use the following:
     31
     32    <Connector port="8080" protocol="HTTP/1.1"
     33               connectionTimeout="20000"
     34               redirectPort="8443"
     35               compression="on"
     36               compressableMimeType="text/html,text/xml,text/plain,text/javascript,text/css,application/json,application/javascript"
     37               />
     38
     39  More information can be found at the following page:
     40        <https://tomcat.apache.org/tomcat-7.0-doc/config/http.html>
    2441
    2542=== 1.15.0 ===
Note: See TracChangeset for help on using the changeset viewer.