https://github.com/ismail-elkorchi/wp-super-cache-minify
WP Super Cache Minify Add-on is an extension to the WP Super Cache plugin. It adds HTML/CSS/JS minification capabilities to the caching features of the plugin.
https://github.com/ismail-elkorchi/wp-super-cache-minify
caching minification wordpress wordpress-plugin wp-super-cache
Last synced: 12 days ago
JSON representation
WP Super Cache Minify Add-on is an extension to the WP Super Cache plugin. It adds HTML/CSS/JS minification capabilities to the caching features of the plugin.
- Host: GitHub
- URL: https://github.com/ismail-elkorchi/wp-super-cache-minify
- Owner: Ismail-elkorchi
- Created: 2023-07-03T16:23:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T20:02:59.000Z (almost 3 years ago)
- Last Synced: 2025-09-10T00:41:08.471Z (10 months ago)
- Topics: caching, minification, wordpress, wordpress-plugin, wp-super-cache
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== WP Super Cache Minify Add-on ===
Contributors: ismailelkorchi
Tags: cache, caching, compression, minify, performance, wp-cache, wp-super-cache
Requires at least: 5.9
Tested up to: 6.3
Stable tag: 1.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
An add-on for WP Super Cache that minifies the HTML files stored in the file system.
== Description ==
WP Super Cache Minify Add-on is an extension to the WP Super Cache plugin. It adds HTML/CSS/JS minification capabilities to the caching features of the plugin. The plugin's functionality can be enabled or disabled from the WP Super Cache's settings page in the WordPress backend.
This project is based on the original work of Joel Hardi's WPSCMin plugin.
More information: https://lyncd.com/wpscmin/
== Frequently Asked Questions ==
= How does the minification work? =
This plugin minifies the static HTML and gzipped HTML files that WP Super Cache saves to the filesystem.
= How do I configure the plugin? =
You can configure the plugin in WP Super Cache's WordPress settings page in the WordPress backend.
== Changelog ==
= 1.0 =
* Initial release.