Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


In certain scenarios (especially over slow Internet connections), enabling compression can improve application performance.

To enable compression, the HTTP Configuration File (/www/profoundui/conf/httpd.conf) must be modified.  At the top of the file, add this line:

Code Block
LoadModule deflate_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM

Then, add the following lines above the existing DirectoryMatch directives:

Code Block
<Location / >
    SetOutputFilter DEFLATE
</Location>

The HTTP Server must then be restarted.  See here.