azt3k/drupal-minify

Fork of the original drupal minify module

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:drupal-module

7.1.1.1 2014-07-08 03:04 UTC

This package is not auto-updated.

Last update: 2024-05-07 05:26:03 UTC


README

Original module page: https://www.drupal.org/project/minify

This module was forked from the original module because it contained some questionable html minification options.

Description

Minify is designed to improve the website performance. This module provides the mechanism to render the page using minified versions of HTML and JavaScript files. Minified HTML is generated using regular expression, and JavaScript files are generated using GOOGLE Closure Compiler webservice. Minify removes the comments and whitespace which will help to reduce the file size. Smaller HTML and file size reduces the page load time and improve the website performance.

Installation

  1. Place the entire minify folder into your Drupal modules/ or better sites/x/modules/ directory.
  2. Enable the Minify module by navigating to Administer > Modules
  3. Bring up the Minify configuration screens by navigating to Administer > Configuration > Performance
  4. Selecting the Use Minified JavaScript files does not enough to improve performance, select Minify JavaScript files tab at top of the page to generate and manage minified JavaScript files