[Typo3-dev] Setting the compressionLevel
Christopher
bedlamhotel at gmail.com
Mon Aug 29 18:17:09 CEST 2005
Hi Ries,
On 29/08/05, Ries van Twisk <typo3 at rvt.dds.nl> wrote:
> Hey developers,
>
> when I go to the install tool and set a compression level this value is
> put in my localconf.php file:
> $TYPO3_CONF_VARS["BE"]["compressionLevel"] = '3'; // Modified or
> inserted by TYPO3 Install Tool.
>
> yet, when I look in index.php file then output compression is based on
> this value:
> $TYPO3_CONF_VARS['FE']['compressionLevel']
>
> Now my question is:
> When the install tool talks about [compressionLevel]
> Does it talk about compressionLevel of the BE or the FE?
>
> if the above is correct,
> how can I set FE compression???
Look in the 'FE' Section of the 'All Configuration' section for
'compressionLevel'; it's about two dozen fields down from the BE
compression setting that you've already found.
-Christopher
More information about the TYPO3-dev
mailing list