Hyper Admin Speed ULTRA

外掛說明

Hyper Admin Speed ULTRA applies aggressive performance policies to the WordPress admin area.

Instead of adding UI features, this plugin improves perceived speed by restricting external dependencies and background processes.

It works by:

  • Removing externally loaded scripts and styles inside wp-admin
  • Blocking external HTTP requests from the admin environment
  • Disabling WordPress cron requests
  • Disabling the Heartbeat API
  • Applying a strict Content Security Policy header
  • Replacing Gravatar with a local avatar
  • Cleaning up default dashboard widgets

⚠️ Important

This plugin is designed for advanced users and developers only.

Because it blocks external connections and background processes, it may:

  • Prevent plugin and theme updates
  • Break third-party plugins relying on remote APIs
  • Disable scheduled tasks
  • Interfere with plugins that require Heartbeat API
  • Affect dashboards that depend on remote content

Do not use this plugin on production sites unless you fully understand these consequences.

安裝方式

  1. Upload the hyper-admin-speed-ultra folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Start customizing your admin dashboard

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Hyper Admin Speed ULTRA〉的開發相關工作。

參與者

將〈Hyper Admin Speed ULTRA〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.0

  • Initial release with full Hyper Admin features

2.0.1

  • Improved WP-Cron handling with conditional opt-in constant.