Note: You are currently viewing documentation for Moodle 2.4. Up-to-date documentation for the latest stable version of Moodle may be available here: CSS optimiser.

CSS optimiser: Difference between revisions

From MoodleDocs
m (removing new features template)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Themes}}
{{Themes}}
{{New features}}A CSS optimiser may be enabled by an admin in ''Settings > Site administration > Advanced features''. The tool analyses and refactors CSS before caching it.
A CSS optimiser may be enabled by an admin in ''Settings > Site administration > Development > Experimental > Experimental settings''. The tool analyses and refactors CSS before caching it.
 
When enabled CSS will be run through an optimisation process before being cached. The optimiser processes the CSS removing duplicate rules and styles, as well as white space removable and reformatting. Please note turning this on at the same time as theme designer mode is awful for performance but will help theme designers create optimised CSS.


==See also==
==See also==


* MDL-29941
* MDL-29941 CSS optimiser
* MDL-33596
* MDL-33596 Themes should be given the option to not be optimised by the CSS optimiser is enabled
 
{{stub}}

Latest revision as of 16:08, 6 November 2012

A CSS optimiser may be enabled by an admin in Settings > Site administration > Development > Experimental > Experimental settings. The tool analyses and refactors CSS before caching it.

When enabled CSS will be run through an optimisation process before being cached. The optimiser processes the CSS removing duplicate rules and styles, as well as white space removable and reformatting. Please note turning this on at the same time as theme designer mode is awful for performance but will help theme designers create optimised CSS.

See also

  • MDL-29941 CSS optimiser
  • MDL-33596 Themes should be given the option to not be optimised by the CSS optimiser is enabled