Topics

Minify Configuration

'Minify' is a process to compress scripts and stylesheets to reduce transfer size.  These settings allow minify to conform to individual server settings.

The Maximum age of browser cache in second determines the cache duration.

The Maximum # of files that can be speicifed in the 'f' GET parameter determines the number of filenames that are allowed to be passed in one line.  Some server php.ini settings shorten this as a security measure.  If minify seems to break the page style, reduce this number.

The Length of minification url determines the length of the url passed on one line.  Some server php.ini settings shorten this as a security measure.  If minify seems to break the page style, reduce this number.

The Enable logging of minify error message to FirePHP allows debugging messages to be sent to the browser debugger.

The Minify inline css styles turns on/off minification of inline styles on a page.

The Minify linked css styles turns on/off minification of linked stylesheets.

The Minify inline javascript turns on/off minification of inline javascript code on a page.

The Minify linked js scripts turns on/off minification of linked javascript (js) files.

The Minify YUI2 items turns on/off minification of YUI2.  This tends to be more problematic, therefore the default is turned off.  Most YUI2 items are already minified.

The Minify YUI3 items turns on/off minification of YUI3.  This tends to be more problematic, therefore the default is turned off.  Most YUI3 items are already minified.

Loading Help