You are here

README.txt in Minify 7

README for Minify

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.
Please be aware that Closure Compiler have throttling limits. In case website have a lot of JavaScript files there might be a need to initiate minifying process a few times with one hour interval.
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.

File

README.txt
View source
  1. README for Minify
  2. Description
  3. ===========
  4. Minify is designed to improve the website performance.
  5. This module provides the mechanism to render the page using minified versions of HTML and JavaScript files.
  6. Minified HTML is generated using regular expression, and JavaScript files are generated using GOOGLE Closure Compiler webservice.
  7. Please be aware that Closure Compiler have throttling limits. In case website have a lot of JavaScript files there might be a need to initiate minifying process a few times with one hour interval.
  8. Minify removes the comments and whitespace which will help to reduce the file size.
  9. Smaller HTML and file size reduces the page load time and improve the website performance.
  10. Installation
  11. ============
  12. 1. Place the entire minify folder into your Drupal modules/ or better
  13. sites/x/modules/ directory.
  14. 2. Enable the Minify module by navigating to
  15. Administer > Modules
  16. 3. Bring up the Minify configuration screens by navigating to
  17. Administer > Configuration > Performance
  18. 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.