Ticket #465 (closed task: fixed)
Javascript and CSS compression design
| Reported by: | Joonas Lehtinen | Owned by: | Mikael Vappula |
|---|---|---|---|
| Priority: | major | Milestone: | 4.0.0 |
| Component: | WebTerminalAdapter | Version: | 4.0.0 |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | 0 | Deadline (dd.mm.yyyy): | |
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | Contract: | ||
Description
On what level should JS and CSS compression be implemented?
On Apache Tomcat, this works just fine
<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="application/xml,text/html,text/xml,application/x-javascript,text/css,text/javascript"
/>
In fact, it even compresses UIDL transparently.
Question is:
- Should we implement compression by ourshelves?
- Should we compress UIDL (or JSON)
Change History
Note: See
TracTickets for help on using
tickets.
