# [WP Super Minify](https://wordpress.org/plugins/wp-super-minify/)

![Plugin Version](https://img.shields.io/wordpress/plugin/v/wp-super-minify.svg?maxAge=2592000)
![Total Downloads](https://img.shields.io/wordpress/plugin/dt/wp-super-minify.svg?maxAge=2592000)
![Plugin Rating](https://img.shields.io/wordpress/plugin/r/wp-super-minify.svg?maxAge=2592000)
![WordPress Compatibility](https://img.shields.io/wordpress/v/wp-super-minify.svg?maxAge=2592000)
[![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg)](https://github.com/dipakcg/wp-super-minify/blob/master/license.txt)

**WP Super Minify** is a lightweight plugin that automatically minifies, compresses, and caches HTML, CSS, and JavaScript on demand to improve your website’s load speed.

Once activated, the plugin seamlessly compresses HTML, inline CSS, and JavaScript, reducing file sizes for faster page loading. This optimisation helps improve your site's Google PageSpeed Insights and GTmetrix performance scores.

Additionally, **WP Super Minify** minifies individual JavaScript and CSS files, ensuring they load correctly and are automatically updated whenever the original files are modified or added — no manual settings needed!

Optimise your website effortlessly and deliver a faster, smoother experience to your visitors.

To check whether this plugin works properly, simply view your site source or press Ctrl + U from your keyboard. In the end of the source, you should see message something like:

*** Total size saved: 11.341% | Size before compression: 27104 bytes | Size after compression: 24030 bytes. ***

## Installation
* Download the stable version of plugin from wordpress.org repo or developer version from GitHub.
* Upload the folder to the ‘/wp-content/plugins/‘ directory
* Activate the plugin through the ‘Plugins’ menu in WordPress.
* That’s it!

#### Download links:
* Latest Stable version: [wordpress.org repo](https://wordpress.org/plugins/wp-super-minify/)
* Latest Developer version: [Clone the GitHub repository](https://github.com/dipakcg/wp-super-minify.git) or [Download zip](https://github.com/dipakcg/wp-super-minify/archive/master.zip)

## Support
This is a development reposiroty for `WP Super Minify` and should _not_ be used for support. Please visit the [wordpress.org support forum](http://wordpress.org/support/plugin/wp-super-minify#postform) for any support request.

## Contributions
Anyone is welcome to contribute to the development of this plugin. There are various ways to do so:

1. Found a bug? Raise an [issue](https://github.com/dipakcg/wp-super-minify/issues?direction=desc&labels=bug&page=1&sort=created&state=open) on GitHub.
2. Send me a Pull Request with your bug fixes and/or new features.
3. Provide feedback and suggestions on [enhancements](https://github.com/dipakcg/wp-super-minify/issues?direction=desc&labels=enhancement&page=1&sort=created&state=open).
