Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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:

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

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

<Location / >
    SetOutputFilter DEFLATE
</Location>

The HTTP Server must then be restarted.  See here.

  • No labels