Title: MinQueue
Author: Matthew Haines-Young
Published: <strong>2012年11月26日</strong>
Last modified: 2013年9月19日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/minqueue.svg)

# MinQueue

 作者: [Matthew Haines-Young](https://profiles.wordpress.org/mattheu/)

[ダウンロード](https://downloads.wordpress.org/plugin/minqueue.1.1.2.zip)

 * [詳細](https://ja.wordpress.org/plugins/minqueue/#description)
 * [レビュー](https://ja.wordpress.org/plugins/minqueue/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/minqueue/#installation)
 * [開発](https://ja.wordpress.org/plugins/minqueue/#developers)

 [サポート](https://wordpress.org/support/plugin/minqueue/)

## 説明

Minification & concatenation of JS and CSS files can reduce the file size of your
assets, and reduce the number of HTTP requests, helping improve page load times.

The plugin takes a manually defined list of script/style handles, and minifies and
concatenates them into a single file which is then cached for future use.

**Features.**

 * Minifies & concatenates scripts and styles loaded using the WordPress dependency
   enqueueing system.
 * Handles scripts loaded in the header & footer.
 * Complete control – only a manually defined list of files is processed.
 * Multiple, independently processed files.
 * Minified files are only loaded if at least one component file should be loaded.
 * Compatable with localized scripts.
 * Helper tool – displays a list of scripts and styles enqueued on each page on 
   the front end of the site.

## インストール

Install & Activate the plugin.

**Basic Use**

 * Enable the plugin front end tool to check what scripts and styles are minified
   on each page.
 * Copy the file handles you want to minify, and paste them into the minify queue
   textarea on the settings page.
 * Save the settings and view the front end of your site. The processed files are
   generated on page load. Check that everything is working correctly.
 * Uncheck the show helper option and save the settings again.

**Advanced use**

 * Multiple, independantly proccessed files. You can specify several lists of file
   handles to be minified and concatenated into separate files. Useful if you have
   scripts that are loaded conditionally on certain pages and should be handled 
   separately rather than minified and concatenated into one large file.
 * Options can be defined in your config file. This then disables access to the 
   settings page in the admin.

## FAQ

  Fatal error: Allowed memory size…

You have probably created an infinite loop when working out the order of depencies.

Example:
 Files 1, 2 and 3 are enqueued. File 1 is a dependency of 2, which is a
dependency of 3. If only scripts 1 and 3 are minified and concatenated into 1 file,
it will fail. This is because the processed file is now a dependency of file 2, 
but file 2 is also a dependency of it.

Solution:
 You must either process all files together, or process 1 and 3 in separately.

## 評価

![](https://secure.gravatar.com/avatar/897655dce424fd16328df96412cfa3b678784cfbe1841dbf29cdec0be3a4bd4e?
s=60&d=retro&r=g)

### 󠀁[Two years without updates = Dead Software](https://wordpress.org/support/topic/two-years-without-updates-dead-software/)󠁿

 [](https://profiles.wordpress.org/jameskatt/) 2016年11月25日

This software is dead and dangerous if you use it since it has not kept up with 
WordPress.

![](https://secure.gravatar.com/avatar/a8300a71290e3304a8bc08c4e002fa578b16a9d0fead3328f3224a6dcba532a6?
s=60&d=retro&r=g)

### 󠀁[Fantastic](https://wordpress.org/support/topic/fantastic-1086/)󠁿

 [Patrick Boehner](https://profiles.wordpress.org/patrick-b/) 2016年9月3日 2 replies

Works as expected and works well. For those whose themes aren’t properly concatenating
and minifying scripts and stylesheets or with several plugins then this one if fantastic.

 [ 31件のレビューをすべて表示 ](https://wordpress.org/support/plugin/minqueue/reviews/)

## 貢献者と開発者

MinQueue はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献してい
ます。

貢献者

 *   [ Matthew Haines-Young ](https://profiles.wordpress.org/mattheu/)

[“MinQueue” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/minqueue)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/minqueue/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/minqueue/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/minqueue/)を
[RSS](https://plugins.trac.wordpress.org/log/minqueue/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.1.1

 * Fix scripts loaded in the footer that are localized.

#### 1.1

 * Don’t make remote requests to the minifier.
 * Works behind htaccess.
 * Handle scripts enqueued after header scripts outputted.
 * CSS files enqueued with media argument set to false should be treated proccessed
   alongside ‘all’

## メタ

 *  バージョン **1.1.2**
 *  最終更新日 **13年前**
 *  有効インストール数 **200+**
 *  WordPress バージョン ** 3.4またはそれ以降 **
 *  検証済み最新バージョン: **3.5.2**
 *  言語
 * [English (US)](https://wordpress.org/plugins/minqueue/)
 * タグ
 * [concatenate](https://ja.wordpress.org/plugins/tags/concatenate/)[minify](https://ja.wordpress.org/plugins/tags/minify/)
   [script](https://ja.wordpress.org/plugins/tags/script/)[style](https://ja.wordpress.org/plugins/tags/style/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/minqueue/advanced/)

## 評価

 5つ星中4.5つ星

 *  [  25 5-星レビュー     ](https://wordpress.org/support/plugin/minqueue/reviews/?filter=5)
 *  [  1 4-星レビュー     ](https://wordpress.org/support/plugin/minqueue/reviews/?filter=4)
 *  [  1 3-星レビュー     ](https://wordpress.org/support/plugin/minqueue/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/minqueue/reviews/?filter=2)
 *  [  3 1-星レビュー     ](https://wordpress.org/support/plugin/minqueue/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/minqueue/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/minqueue/reviews/)

## 貢献者

 *   [ Matthew Haines-Young ](https://profiles.wordpress.org/mattheu/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/minqueue/)