Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 413 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 413 Bytes

d3_html_optimizer

Concrete5 HTML optimizer This Concrete5 add-on optimizes / minimizes HTML output.

##How does it work? The package controller hooks into to the event 'on_page_output' that will call the optimize function in /models/optimize_html.php on every page request.

##Minification is disabled when:

  • In dashboard area
  • User is logged in
  • Page has attribute 'optimize_html_disabled'