Automatically concatenates and minifies all enqueued scripts upon pageload.
평가
5
최근 업데이트일
March 20, 2013
버전
0.5
활성화된 설치 항목
10

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.
무료Creator 요금제에서
활성화된 설치 항목
10
테스트된 버전
3.5.2
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.