MiniPress

MiniPress Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 3,501 downloads
MiniPress Icon

Try plugin: MiniPress

We'll create fresh WordPress site with MiniPress installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About MiniPress

Automatically concatenates and minifies all enqueued scripts upon pageload.

1


0


0


0


0

updated: 11 years ago
since: 12 years ago
author: Eric Mann

Description

Concatenation merges multiple JavaScript files into one. This means the browser downloads 1 file instead of 5, 10, or 20.

Minification removes all unnecessary space from a file. This means you only download the content you actually need.

To speed up your site, most developers will recommend you do both. But it can be time-consuming and frustrating to set this up – particularly as you install new plugins on your site.

Rather than forcing you to merge and minify files manually, this plugin will do it for you automatically. No configuration is needed, just activate and go.

This is very much a beta version of the plugin and is not expected to be stable. Please report any and all bugs to https://github.com/ericmann/MiniPress/issues.

Known Issues

0.4

  • None at this time.

0.3

  • If two scripts declare the same dependencies, that dependency will be included twice in the concatenated file.

0.2

  • If two scripts declare the same dependencies, that dependency will be included twice in the concatenated file.

0.1

  • Script dependencies are not automatically added to the concatenated script – they must be explicitly enqueued.