Linux 软件免费装

MiniPress

开发者 ericmann
更新时间 2013年3月20日 23:36
捐献地址: 去捐款
PHP版本: 3.4.2 及以上
WordPress版本: 3.5.1
版权: GPLv2 or later
版权网址: 版权信息

标签

javascript minify concatenate

下载

0.1 0.2 0.3 0.4 0.5

详情介绍:

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.

安装:

Easy Installation Search for "MiniPress" in the WordPress 'Plugins' menu. Manual Installation
  1. Upload the entire /minipress folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

升级注意事项:

0.1 Initial release

常见问题:

How does SCRIPT_DEBUG work for developers?

If SCRIPT_DEBUG is set to true in the configuration file, then nothing will happen to your scripts. They will not be concatenated or minified.

What about stylesheets?

Yep, they're concatenated and minified now, too. To turn this functionality off, declare STYLE_DEBUG in wp-config.php and set it to true.

更新日志:

0.5 0.4 0.3 0.2 0.1