
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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
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
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
