[TYPO3-english] Minifying JS and CSS, good tools or extensions?
Jigal van Hemert
jigal.van.hemert at typo3.org
Tue May 13 12:50:10 CEST 2014
Hi,
On 13-5-2014 11:24, Jacco van der Post wrote:
> Jigal van Hemert schreef op 13-5-2014 10:06:
>
>> What about:
>> config.compressCss = 1
>> config.compressJs = 1
>> config.concatenateCss = 1
>> config.concatenateJs = 1
>>
>
> Concatenating first gives me sometimes a smaller size..
>
> config.concatenateJs = 1
> config.concatenateCss = 1
> config.compressJs = 1
> config.compressCss = 1
With the core functionality this makes no difference.
\TYPO3\CMS\Core\Page\PageRenderer::renderJavaScriptAndCss() will first
do the concatenation and then compress the JS/CSS if the options are
enabled.
--
Jigal van Hemert
TYPO3 CMS Active Contributor
TYPO3 .... inspiring people to share!
Get involved: typo3.org
More information about the TYPO3-english
mailing list