Title: Perform – Performance Optimization for WordPress
Author: Mehul Gohil
Published: <strong>2019 年 3 月 26 日</strong>
Last modified: 2025 年 12 月 6 日

---

搜尋外掛

![](https://ps.w.org/perform/assets/banner-772x250.jpg?rev=2600742)

![](https://ps.w.org/perform/assets/icon-256x256.jpg?rev=3187381)

# Perform – Performance Optimization for WordPress

 由 [Mehul Gohil](https://profiles.wordpress.org/mehul0810/) 開發

[下載](https://downloads.wordpress.org/plugin/perform.1.5.1.zip)

[即時預覽](https://tw.wordpress.org/plugins/perform/?preview=1)

 * [詳細資料](https://tw.wordpress.org/plugins/perform/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/perform/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/perform/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/perform/#developers)

 [技術支援](https://wordpress.org/support/plugin/perform/)

## 外掛說明

Perform helps you speed up WordPress by removing unused CSS/JS, deferring or disabling
scripts, and giving fine-grained control over asset loading per page.

The plugin is designed to be lightweight, beginner-friendly and developer-extensible.
It focuses on practical optimizations that improve front-end load times and Core
Web Vitals without complicated setup.

Key benefits (short):

 * Reduce page size and HTTP requests by disabling unused assets per page.
 * Improve Largest Contentful Paint and Time to Interactive via script deferring
   and selective loading.
 * Reduce admin and server overhead, minimal CPU and memory footprint.

Features

 * Assets Manager: selectively disable CSS and JS per page, post type or template.
 * Remove jQuery Migrate, emojis, embeds and other unnecessary features.
 * WooCommerce optimizations: control cart fragments, scripts and styles to speed
   up stores.
 * CDN & preconnect: add DNS-prefetch, preconnect, and native CDN integration hooks.
 * Menu caching and lightweight transient caching for faster navigation.
 * Developer-friendly hooks and filters for custom integrations.

Other Plugins
 – [OneCaptcha](https://onecaptcha.com): Connect popular captcha providers
with WordPress forms for SPAM prevention – [WP Theme Switcher](https://wpthemeswitcher.com):
Use multiple themes on your WordPress site at once. Useful for theme migration projects.–
[WordPress Development Services](https://mehulgohil.com): Want to build something
amazing in WordPress space. I’m here to help. Let’s discuss!

### Support

For help and troubleshooting, use our WordPress.org support forum: https://wordpress.
org/support/plugin/perform
 Contributions and bug reports welcome on GitHub: https://
github.com/performwp/perform

### Contributors

performwp, mehul0810, ankur0812

## 螢幕擷圖

 * [[
 * Settings overview: global optimization toggles.
 * [[
 * Assets Manager: disable CSS/JS per page.1. General Settings Screen
 * [[
 * Bloat Settings Screen
 * [[
 * Assets Settings Screen

## 安裝方式

 1. Upload the `perform` folder to the `/wp-content/plugins/` directory, or install
    via the WordPress plugin directory if available.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to Perform  Settings to review defaults (the plugin works well out-of-the-box).

## 常見問題集

### Will Perform break my theme or plugins?

Perform is conservative by default: it only disables assets when you explicitly 
choose them in the Assets Manager. If you disable something and see issues, re-enable
the asset. Changes are reversible.

### Is this compatible with caching plugins like WP Rocket?

Yes. Perform works alongside caching plugins and most server-level caching solutions.
Clear cache after making asset changes.

### Which page builders are supported?

Full compatibility with majority of all the page builders.

## 使用者評論

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

### 󠀁[Useful for creating static sites](https://wordpress.org/support/topic/useful-for-creating-static-sites/)󠁿

 [Paul Trafford](https://profiles.wordpress.org/paul_mhs/) 2022 年 3 月 11 日

A straightforward plugin that is easy to use. In my case, I only need the ‘General’
options to simplify the HTML that WP generates – removing the shortlink from <head
>, query strings (version numbering) from CSS and JS files, etc. I then create a
static mirror using wget and the output is clean.

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

### 󠀁[Combines a lot of small snippets and plugins](https://wordpress.org/support/topic/combines-a-lot-of-small-snippets-and-plugins/)󠁿

 [stevenhermans](https://profiles.wordpress.org/stevenhermans/) 2021 年 1 月 9 日

Used this plugin to combine what used to be a lot of different single-purpose plugins
and code snippets. Seems to work well, and makes things easier for me.

 [ 閱讀全部 2 則使用者評論 ](https://wordpress.org/support/plugin/perform/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Perform – Performance Optimization for WordPress〉的開發
相關工作。

參與者

 *   [ Mehul Gohil ](https://profiles.wordpress.org/mehul0810/)
 *   [ PerformWP ](https://profiles.wordpress.org/performwp/)
 *   [ Ankur Modi ](https://profiles.wordpress.org/ankur0812/)

[將〈Perform – Performance Optimization for WordPress〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/perform)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/perform/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/perform/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/perform/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/perform/)。

## 變更記錄

#### 1.5.1 – 2025-12-06

 * Added compatibility to WordPress 6.9
 * Upgraded Freemius SDK to 2.13
 * Upgraded WPCS to 3.3
 * Resolved load text domain warning

#### 1.5.0 – 2025-11-01

 * Upgraded Settings UI to look and feel premium.
 * Optimized code around settings screen.

#### 1.4.1 – 2025-04-26

 * Added Freemius integration.
 * Moved to PostCSS build and wp-scripts.
 * Added PHPStan static analysis.

#### 1.3.1 – 2024-11-13

 * WordPress 6.7 compatibility.
 * Raised minimum PHP version to 7.4.

#### 1.3.0 – 2020-12-31

 * Modernized codebase and namespaces.

#### 1.2.3 – 2019-12-31

 * Fix: Handle writable wp-config scenarios.

#### 1.2.2 – 2019-12-27

 * Fix: CDN rewrite bug and UI tweaks.

#### 1.2.1 – 2019-06-22

 * Fix: Welcome redirect after activation.

#### 1.2.0 – 2019-04-30

 * Added Menu Caching.

## 中繼資料

 *  版本 **1.5.1**
 *  最後更新 **6 個月前**
 *  啟用安裝數 **200+**
 *  WordPress 版本需求 ** 4.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/perform/)
 * 標籤:
 * [assets](https://tw.wordpress.org/plugins/tags/assets/)[caching](https://tw.wordpress.org/plugins/tags/caching/)
   [cdn](https://tw.wordpress.org/plugins/tags/cdn/)[Optimize](https://tw.wordpress.org/plugins/tags/optimize/)
   [performance](https://tw.wordpress.org/plugins/tags/performance/)
 *  [進階檢視](https://tw.wordpress.org/plugins/perform/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/perform/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/perform/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/perform/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/perform/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/perform/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/perform/reviews/)

## 參與者

 *   [ Mehul Gohil ](https://profiles.wordpress.org/mehul0810/)
 *   [ PerformWP ](https://profiles.wordpress.org/performwp/)
 *   [ Ankur Modi ](https://profiles.wordpress.org/ankur0812/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/perform/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.buymeacoffee.com/mehulgohil)