
內容簡介
Beplus Performance Booster 是一款輕量級的性能外掛,提供精細的控制選項來優化網站前端資源。所有功能均可在單一設定頁面獨立開關,並確保管理員不會影響編輯體驗。
【主要功能】
• JavaScript 延遲執行與排除清單
• CSS 檔案與內嵌壓縮
• 移除未使用的 CSS 規則
• 非阻塞樣式表加載
• 圖片延遲加載
• 自訂 CDN URL 重寫
外掛標籤
開發者團隊
原文外掛簡介
Beplus Performance Booster is a no-bloat performance plugin that gives you fine-grained
control over your site’s front-end assets. All features can be toggled independently
from a single settings page (Settings > Beplus Performance Booster).
All front-end optimisations are bypassed for logged-in administrators so you never
accidentally break the admin panel or your own editing experience.
Feature summary:
JavaScript delay (Simple / Advanced mode) and defer with per-script exclude list
JS Release Delay: image-load fallback timer for releasing delayed scripts
CSS file and inline minification with cache
Remove Unused CSS: per-URL cached stripping of unused CSS rules
Non-render-blocking stylesheet loading
Lazy load images with IntersectionObserver fallback
Remove emoji, wp-embed, Gutenberg CSS, WooCommerce assets on non-shop pages
HTML minification and comment stripping
Browser cache and gzip/brotli rules via .htaccess
Per-page option to disable the cache for specific posts/pages
Custom CDN (pull-zone) URL rewriting for static assets
Settings Reference
Navigate to Settings > Beplus Performance Booster to configure the plugin.
⚡ JavaScript Optimization
Delay JS Execution
Default: off
Delays all non-excluded front-end scripts until the first user interaction (click,
scroll, keydown, or touchstart), or until the JS Release Delay timer fires —
whichever comes first.
Delay Mode — choose how scripts are intercepted:
Simple — converts WordPress-enqueued external scripts to text/plain
placeholders and replays them on first interaction. Low risk, no event-queue replay.
Advanced — output-buffer approach that intercepts every
