Cache plugin for wordpress
MGCache is an optional helper plugin for MGPress, a WordPress theme library. It allows a user to manage caching for website assets, such as CSS and JavaScript files., (*1)
Install this plugin as you would any other:, (*2)
wp-content/plugins
in your WordPress installation. Cache Stylesheets: Enable caching of CSS stylesheets. This will create a new file on the server with a unique name ("fingerprinted") any time the file changes and set the file headers to maximumize browser caching. Must be enabled for any actions to have affect., (*3)
Cache JavaScript Files: Enable caching of JavaScript files. This will create a new file on the server with a unique name ("fingerprinted") any time the file changes and set the file headers to maximumize browser caching. Must be enabled for any actions to have affect., (*4)
Combine Files: Attempt to combine multiple files into a single file to to minimize server requests. Optionally, files may be grouped into separate requests by the theme., (*5)
Minify Files: Attempt to minimize the contents of the files by removing comments and extra whitespace., (*6)