Drupal 5: Decreasing page load times by minifying javascript using jsmin-php
In an effort to decrease page load times I implemented the following code in a Drupal module to minify my javascript using jsmin-php (http://code.google.com/p/jsmin-php/).
In an effort to decrease page load times I implemented the following code in a Drupal module to minify my javascript using jsmin-php (http://code.google.com/p/jsmin-php/).