Title: DCX RUCSS Manager
Author: DCX.RS
Published: <strong>2025 年 11 月 12 日</strong>
Last modified: 2025 年 11 月 12 日

---

搜尋外掛

![](https://ps.w.org/dcx-rucss-manager/assets/banner-772x250.png?rev=3394108)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/dcx-rucss-manager/assets/icon-256x256.png?rev=3394108)

# DCX RUCSS Manager

 由 [DCX.RS](https://profiles.wordpress.org/darktwen/) 開發

[下載](https://downloads.wordpress.org/plugin/dcx-rucss-manager.1.0.6.zip)

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

 [技術支援](https://wordpress.org/support/plugin/dcx-rucss-manager/)

## 外掛說明

This plugin is not affiliated with or endorsed by WP Rocket or WP Media. WP Rocket
is a registered trademark of WP Media.

DCX RUCSS Manager provides a comprehensive dashboard for managing WP Rocket’s Remove
Unused CSS (RUCSS) feature. This plugin is designed for site administrators who 
need granular control over their RUCSS optimization process.

**Key Features:**

 * View RUCSS Status – Browse all URLs in your RUCSS queue with their current status(
   success, failed, pending)
 * Requeue Failed URLs – Automatically requeue all failed RUCSS jobs with a single
   click
 * Selective Requeuing – Choose specific URLs to requeue for both desktop and mobile
 * Manual SaaS Triggers – Manually trigger WP Rocket’s SaaS cron jobs without waiting
   for scheduled tasks
 * Advanced Filtering – Filter URLs by status (failed, success, pending)
 * Search Functionality – Find specific URLs quickly
 * Status Dashboard – Visual statistics showing total, failed, success, and pending
   counts
 * Pagination – Handle large sites with customizable per-page display
 * Real-time Information – See last updated timestamps for each URL

**Requirements:**

 * WP Rocket plugin must be installed and active
 * WP Rocket RUCSS feature must be enabled

**Use Cases:**

 * Troubleshooting RUCSS failures
 * Re-processing URLs after fixing CSS issues
 * Manually triggering optimization jobs
 * Monitoring RUCSS queue status across your site

### Developer Notes

**Actions Used:**
 * `rocket_saas_on_submit_jobs` – Triggers SaaS submission * `
rocket_saas_pending_jobs` – Triggers SaaS result retrieval

**Filters Used:**
 * `rocket_container` – Retrieves WP Rocket’s dependency injection
container

**Security:**
 * All user inputs are properly sanitized and escaped * Nonce verification
on all POST requests * Capability checks (manage_options) on all admin pages * Safe
redirects used throughout * Prepared SQL statements for all database queries

### Credits

Developed by darktwen for professional WordPress site management.
 Visit us at https://
dcx.rs/en

## 安裝方式

 1. Upload the `dcx-rucss-manager` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Navigate to ‘RUCSS Manager’ in the WordPress admin menu
 4. Ensure WP Rocket is installed and RUCSS is enabled

## 常見問題集

### Does this plugin require WP Rocket?

Yes, this plugin requires WP Rocket to be installed and active. It’s designed specifically
to manage WP Rocket’s RUCSS feature.

### Will this plugin work without the RUCSS feature enabled?

The plugin will load, but it won’t find any data to display if RUCSS is not enabled
in WP Rocket settings.

### What does “Requeue” mean?

Requeuing clears the existing RUCSS data for a URL and adds it back to the optimization
queue for both desktop and mobile versions.

### What are the SaaS jobs buttons?

These buttons manually trigger WP Rocket’s SaaS cron jobs:
 – Submit Jobs: Sends
pending URLs to WP Rocket’s SaaS service for processing – Retrieve Results: Retrieves
completed results from the SaaS service

### Can I requeue only specific URLs?

Yes! Use the checkboxes to select specific URLs, then click “Requeue Selected”.

### What database table does this use?

The plugin automatically detects WP Rocket’s RUCSS table, typically `wp_wpr_rucss_used_css`
or `wp_rucss_used_css`.

## 使用者評論

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

### 󠀁[Incredible and so useful!!!](https://wordpress.org/support/topic/incredible-and-so-useful/)󠁿

 [hafsahasan2](https://profiles.wordpress.org/hafsahasan2/) 2025 年 11 月 12 日

This plugin works and makes life so much easier. The plugin creator is so helpful
if you have questions and it'll save you hours of time and frustration. Definitely
recommend.

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/dcx-rucss-manager/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈DCX RUCSS Manager〉的開發相關工作。

參與者

 *   [ DCX.RS ](https://profiles.wordpress.org/darktwen/)

[將〈DCX RUCSS Manager〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/dcx-rucss-manager)

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

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

## 變更記錄

#### 1.0.6

Syntax fixes

#### 1.0.5

More fixes

#### 1.0.4

 * Added Update URI: false to plugin header
 * Protected all constants with defined() checks
 * Improved .pot translation file completeness

#### 1.0.3

 * Compliance and naming adjustments for WordPress.org guidelines
 * Minor improvements to admin notice behavior

#### 1.0.2

 * Added protection against plugin usage when WP Rocket is not active or RUCSS is
   not enabled
 * Enhanced error messages with setup instructions
 * Improved AJAX endpoint security with prerequisite validation

#### 1.0.1

 * Fixed text domain consistency (dcx-rucss-manager throughout)
 * Added Device column (Desktop/Mobile) with icons
 * Added auto-refresh every 120 seconds
 * Added loading overlay for manual filter actions
 * Fixed status mapping (to-submit, in-progress, pending)
 * Improved AJAX functionality for all actions
 * Added translators comments for i18n
 * Removed debug code for production
 * WordPress.org compliance improvements

#### 1.0.0

 * Initial release
 * View RUCSS queue status with visual dashboard
 * Requeue failed URLs functionality
 * Requeue selected URLs functionality
 * Manual SaaS job triggers
 * Status filtering and search
 * Pagination support
 * Performance optimizations with caching
 * JavaScript validations and confirmations

## 中繼資料

 *  版本 **1.0.6**
 *  最後更新 **11 個月前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.10**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/dcx-rucss-manager/)
 * 標籤:
 * [css](https://tw.wordpress.org/plugins/tags/css/)[optimization](https://tw.wordpress.org/plugins/tags/optimization/)
   [performance](https://tw.wordpress.org/plugins/tags/performance/)[wp-rocket](https://tw.wordpress.org/plugins/tags/wp-rocket/)
 *  [進階檢視](https://tw.wordpress.org/plugins/dcx-rucss-manager/advanced/)

## 評分

 5 星，滿分為 5 星

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

[撰寫評分](https://wordpress.org/support/plugin/dcx-rucss-manager/reviews/#new-post)

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

## 參與者

 *   [ DCX.RS ](https://profiles.wordpress.org/darktwen/)

## 技術支援

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

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