Download the PHP package firewizard/magento-minifier without Composer
On this page you can find all versions of the php package firewizard/magento-minifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download firewizard/magento-minifier
More information about firewizard/magento-minifier
Files in firewizard/magento-minifier
Package magento-minifier
Short Description Magento on-the-fly CSS & JS minifier
License GPL-3.0
Homepage http://mandagreen.com/code/magento-minifier/
Informations about the package magento-minifier
Mandagreen_Minifier
Magento on-the-fly CSS & JS minifier, with layout handle merging and automatic file renaming.
Facts
- version: 1.1.1
- extension on GitHub
- direct download link
Description
The extension uses CssMin and JsMin to sqeeze every byte out of the css and javascript resources.
Advantages
- Faster loading times
- Less stress on the server and on bandwith
- Improving PageSpeed score with 4-8 points
- Checking 4 to-do's from the Web Performance Best Practices Guide
- Browser & reverse proxy cache invalidation through automatic filename changes � works great with CloudFront and Varnish
- Layout handle merging algorithm, so common resources get cached on the client-side
All available settings can be found under Admin - Configuration - Developer.
The extension rewrites 2 Magento classes:
- Mage_Core_Model_Layout_Update
- Mage_Core_Model_Design_Package
Requirements
- Same as your Magento installation
Compatibility
- Magento >= 1.4
Installation Instructions
Manually
- Clone the repository or download the latest version
- Copy all the files into your Magento document root
Via modman
- Install modman
- From your Magento root folder, run
modman clone https://github.com/firewizard/Mandagreen_Minifier.git
Via composer
- Install composer
- Install Magento Composer
-
Create a composer.json into your project like the following sample:
- From your
composer.json
folder runphp composer.phar install
orcomposer install
Final steps
- Clear the cache, logout from the admin panel and then log back in
- Configure and activate the extension under System - Configuration - Developer.
Uninstallation
-
Remove all extension files from your Magento installation:
- Via modman:
modman remove Mandagreen_Minifier
- Via composer, remove the requirement of
firewizard/magento-minifier
Support
If you have any issues with this extension, open an issue on GitHub.
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Developer
Cristian Nicolescu
http://mandagreen.com
@firewizard