Title: Bloat-off &#8211; bloat removal and utilities
Author: Nikodemsky
Published: <strong>2025 年 12 月 11 日</strong>
Last modified: 2026 年 5 月 26 日

---

搜尋外掛

![](https://ps.w.org/bloatoff-utils/assets/banner-772x250.png?rev=3417775)

![](https://ps.w.org/bloatoff-utils/assets/icon.svg?rev=3417775)

# Bloat-off – bloat removal and utilities

 由 [Nikodemsky](https://profiles.wordpress.org/nikodemsky/) 開發

[下載](https://downloads.wordpress.org/plugin/bloatoff-utils.0.9.8.2.zip)

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

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

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

## 外掛說明

The basic idea is to give administrators easy access to disable typical bloat, non-
utilized functions or whole modules with just a few clicks.

There are no fancy UIs, external libraries, or hidden features — just clean, fast
and easy way to disable things you might not want in your project or website.

### Functionalities for current version:

#### Bloat

 * Disabling AI functionality introduced in version 7.0
 * Disabling the Command Palette, including the shortcut in the admin bar
 * Disabling view transitions introduced in version 7.0
 * Removal of jQuery migrate script
 * Gutenberg styles removal
 * WordPress emojis removal
 * RSS feeds removal
 * Really Simple Discovery removal
 * Shortlink removal
 * REST Discovery link removal
 * oEmbed discovery link removal
 * Admin widgets in dashboard removal
 * Native XML sitemap removal
 * Admin help tabs removal
 * About WP sub-menu and thank you message removal
 * Site Health disabling/removal
 * Import/Export page removal

#### Utilities

 * Comments system removal
 * Widgets removal (those under “Appearance”)
 * oEmbed restriction
 * Self-pingbacks removal
 * Heartbeat interval option
 * Image Process Engine – force GD
 * Limit number of revisions
 * Tags taxonomy removal
 * Author archive pages disabling

#### Docs / Source

All the required information about usage can be found on the plugin settings page;
each function is fully described.

Source code can be found on official [GitHub repository](https://github.com/Nikodemsky/bloatoff)

#### Privacy

The plugin does not:

 * track users;
 * send any personal data to external services;
 * use cookies.

## 螢幕擷圖

 * [[
 * Screenshot from admin panel – version 0.9.8.x
 * [[
 * Full list of options – version 0.9.7.x
 * [[
 * Visible descriptions – version 0.9.7.x

## 安裝方式

#### Option A:

 1. Go to the “Plugins” tab in the admin panel.
 2. Click on “Add plugin”.
 3. In the search field, type “Bloat-off”.
 4. Click on “Install Now” next to the plugin name.
 5. Click on “Activate” next to the plugin name.

#### Option B:

 1. Download the plugin package from the official plugin page.
 2. Go to the “Plugins” tab in the admin panel.
 3. Click on “Upload plugin”.
 4. Choose the downloaded zip package and click on “Install Now”.
 5. After installation click on “Activate” button next to the plugin name.

#### Option C:

 1. Upload the entire unpacked “bloatoff-utils” folder to /wp-content/plugins/ directory.
 2. Activate the plugin through “Plugins” tab in the admin panel (Plugins > Installed
    plugins).

## 常見問題集

### Is it 100% free?

Yes. There are no paywalls or hidden/premium features.

### Is it safe to use?

Most of the options should be safe to use, but please read the descriptions carefully—
especially those marked with a red asterisk next to function title.

### How is it different from other solutions already available in the repository?

The end result is probably the same in most cases. The differences come down to 
three principles:
 1. This plugin does not add anything more than absolutely needed
to actually turn things off; 2. It will always be (or at least try to) focused on
core-related, optimization features. 3. It aims to inform users about each feature
clearly, without infodumps.

### Where is the settings page located?

Under the general settings tab, or (by default) at /options-general.php?page=bloatoff-
utils; keep in mind that the tab is only available to administrators (or super-admins)
by default.

### Does it work on multisite installations?

For now, there is no network-wide configuration or dedicated page, so it works on
a per-site basis.
 This is on the to-do list, but I can’t say when it will be added
and properly tested.

### Will you consider adding new features?

I’m always looking for new features to add. Feel free to suggest anything you think
is worth including.

### Will you consider removing bloat from other plugins?

No, I’m keeping it core-related only. Sorry.

### Why aren’t there features like “App Password removal”? Isn’t that considered a rarely used function by the majority of users?

While I do think it shouldn’t be enabled by default, it’s more of a security-related
feature and doesn’t affect installation optimization.

### My website went blank after removing Gutenberg styles! What should I do?

There’s a high probability that either your theme or one of your plugins is using
Gutenberg-related styles or scripts.
 This option is intended only for installations
that do not rely on Gutenberg in any way.

### Why do some links redirect to developer pages rather than official documentation?

Some features are purely technical, and a few are quite archaic (RSD, for example,
was added in version 2.0.0).
 Unfortunately, not everything is documented in an 
accessible way.

### What does the warning in oEmbed discovery link actually mean?

Some external services rely on oEmbed discovery links and require them to fetch 
content from your website properly.
 WordPress-related services don’t need them 
and will fetch everything correctly even without those links (assuming your site
is configured properly and doesn’t have additional blocking rules).

### Why is there no option to remove the WordPress Heartbeat API altogether?

Too many things rely on Heartbeat, and removing it entirely is a really bad idea—
most of the potential issues would come from that option.
 If you still want to 
disable it, add this snippet to your active theme’s functions.php file after `<?
php`: [Snippet](https://github.com/Nikodemsky/Wordpress-related/blob/main/disable-heartbeat.php).
Just keep in mind that you’re doing so at your own risk, and it may break some key
functionality on your website.

### Does the Heartbeat control change the interval for all instances?

Yes. It changes the global “interval” setting.

### Will changing the Heartbeat interval break anything on my site?

It may. It’s best to leave it unchecked if you’re not sure about this setting.
 
Saving the option as unchecked will also reset the interval to the default value
of 15 seconds.

### Regarding Image Process Engine – how do I check which engine I use?

The easiest way is to check the “Media handling” tab in the Site Health tool.
 In
most cases, you’ll see the active Image Process Engine along with more detailed 
information.

### Will old revisions be removed right away after limiting their number globally?

No. Revisions are only removed when you update each post or page individually.

### Why is there no option to remove old revisions in bulk?

Adding such an option would require considering many factors, like installations
with limited system resources or thousands of records to clean. To be honest, I 
consider this outside the plugin’s scope. If you need this functionality, please
try plugins like **WP-Sweep** or **Optimize Database after Deleting Revisions**.

### What is the most optimal number of revisions to keep?

It depends entirely on your workflow. In most cases, I would say 3–5, but some people
may need to check up to 10 versions back.

### Will removing the “tags” taxonomy affect my position on search engines like Google or Bing?

Possibly, but only if you have tags that are already indexed by search engines.

### What about author archives — will removing those affect my position on Google/Bing?

Same as with tags — only if they are actually indexed by search engines.

### Will you consider adding import/export settings?

It’s on the to-do list, but there’s no ETA.

### I need help, something doesn’t work!

If it’s related to the Bloat-off plugin, please create a new thread on the WordPress
support forums and provide as much information as possible regarding the issue.

### Does the plugin leave anything behind after uninstall?

No, all options saved in the database are cleared upon plugin removal.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Bloat-off – bloat removal and utilities〉的開發相關工作。

參與者

 *   [ Nikodemsky ](https://profiles.wordpress.org/nikodemsky/)

〈Bloat-off – bloat removal and utilities〉外掛目前已有 1 個本地化語言版本。 感謝
[全部譯者](https://translate.wordpress.org/projects/wp-plugins/bloatoff-utils/contributors)
為這個外掛做出的貢獻。

[將〈Bloat-off – bloat removal and utilities〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/bloatoff-utils)

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

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

## 變更記錄

To check & download versions prior to v0.9.7.1 please check [Official GitHub repository](https://github.com/Nikodemsky/bloatoff)

#### v0.9.8.2

 * Fixed error and notice for Command Palette
 * Fixed deprecated function on help tabs

#### v0.9.8.1

 * Added option to disable view transitions (introducetd in version 7.0)
 * Updated translation file
 * Added link to WordPress AI info

#### v0.9.8

 * Added “noopener noreferrer” to “Read more” links inside descriptions
 * Added option to globally disable AI functions in WordPress (`wp_supports_ai`)
 * Added option to disable Commands Palette (and remove shortcut from admin bar)
 * Brought back the option to remove the jQuery migrate script
 * Optimized removal of native sitemap
 * Optimized removal of RSD link
 * Optimized removal of Shortlink
 * Optimized removal of oEmbed discovery links
 * Fix REST link removal
 * Changed names of few functions to avoid possible conflicts

#### v0.9.7.2

 * Fix for Heartbeat function
 * Fixes for descriptions
 * Fixes for translations
 * Fix for settings page title

#### v0.9.7.1

 * Updated readme.txt
 * Updated functions descriptions
 * Updated translation file

#### v0.9.7

 * Added new utility – removal of authors archive pages
 * Updated some descriptions
 * Updated translation file
 * Updated readme.txt

#### v0.9.6.1

 * Changed maximum values for revisions (from 999 to 99) and Heartbeat API interval(
   from 86400s to 3600s)
 * Changed priority for last filter in Site Health optimization (from PHP_INT_MAX
   to 999)
 * Updated readme.txt

#### v0.9.6

 * Extended descriptions to allow sanitized translations with `<br>`, `<strong>`
   and `</strong>` html tags
 * Additional styling to descriptions, for better readability
 * New utility added – limit number of revisions
 * New utility added – native tags taxonomy removal
 * Updated form handler in js, to work with number of options
 * Updated some of the descriptions to be more substantial

#### v0.9.5

 * Core version bump
 * Options page settings args update (admin/settings-page.php)
 * Gutenberg Warning info update
 * Required WP version bump (from 5.2 to 5.5)
 * New utility added – Image Processing Engine
 * XMLRPC option removed
 * Added readme.txt file (WIP)
 * Updated translation file

#### v0.9.4

 * Refactored utilities/optimizations code, for better scalability.
 * Added two new functions: Site Health and Import/Export removal.
 * Added link to Site Health.
 * Added link to RSD.
 * Added link to Shortlink.
 * Added link to REST discovery.
 * Added link to oEmbed discovery.
 * Updated translation file.
 * Removed code related to jQuery migrate from the source

#### v0.9.3

 * Added tooltips to question markings.
 * Added more info link to native WordPress widgets removal utility.
 * Added more info link to Heartbeat API utility.
 * Changed Description on Heartbeat API utility.
 * Added more info link to oEmbed utility.
 * Added more info link to Admin help tabs removal.
 * For now, commented-out option to remove jQuery migrate; it’s really rare to see
   it used anywhere nowadays.
 * Added more info link to WP Emoji removal.
 * Added more info link to RSS Feeds removal.
 * Added more info link to Dashboard Widgets removal.

#### v0.9.2

 * New functionalities
 * New sanitization of options
 * Changed wrapper of each function to html details/summary elements
 * Added proper styling for warnings and gains
 * Added new descriptions

#### v0.9.1

 * Added uninstaller
 * Added link to settings page

## 中繼資料

 *  版本 **0.9.8.2**
 *  最後更新 **2 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.3 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/bloatoff-utils/) 及 [Polish](https://pl.wordpress.org/plugins/bloatoff-utils/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/bloatoff-utils)
 * 標籤:
 * [admin](https://tw.wordpress.org/plugins/tags/admin/)[optimizations](https://tw.wordpress.org/plugins/tags/optimizations/)
   [remove bloat](https://tw.wordpress.org/plugins/tags/remove-bloat/)[tools](https://tw.wordpress.org/plugins/tags/tools/)
   [utility](https://tw.wordpress.org/plugins/tags/utility/)
 *  [進階檢視](https://tw.wordpress.org/plugins/bloatoff-utils/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

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

## 參與者

 *   [ Nikodemsky ](https://profiles.wordpress.org/nikodemsky/)

## 技術支援

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

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