
內容簡介
LC Scripts Optimizer 是一款專為優化 WordPress 網站而設計的外掛,能有效合併和壓縮 JavaScript 和 CSS 檔案,顯著減少 HTTP 請求數量,提升網站載入速度,讓使用者體驗更流暢。
【主要功能】
• 合併 JavaScript 和 CSS 檔案為單一靜態檔案
• 根據頁面 URL 過濾腳本使用位置
• 支援 CSS 和 JavaScript 的壓縮
• 提供 HTML 代碼壓縮功能
• 兼容其他 WP 快取外掛
外掛標籤
開發者團隊
原文外掛簡介
Your theme and each plugin add several JavaScript and CSS files to your webpages and each of them requires a while to be handled, downloaded and executed by browsers.
This makes your website heavy and slow. Even using a static cache plugin, for fresh viewers (and page-speed rankers!) what matters is the webpage weight and how fast it completes loading all of its scripts.
The LCweb optimizer is a resource-friendly solution to merge and optimize them: dramatically reducing the number of HTTP requests your webpages perform and speeding-up their rendering!
You can also decice where scripts have to be used in the website. Do you only have a gallery in a specific page? Why loading its scripts everywhere. Optimize every bit, in the simplest way possible.
Extra features: HTML code minifier and cache-friendly file headers!
PS: it is also compatible with other WP optimizers (Redis, W3 total cache, WP-super-cache, etc), offering a great combo to optimize wordpress all-around!
🌟 Features list in detail
lightweigt and ready out-of-the-box
compatible with any theme and any script
JavaScript/CSS files merge into a single static file
filter where scripts have to be used by page URL and/or regular expression
option to singularly exclude every JavaScript/CSS files from the optimization engine
CSS @import code processing
CSS minification
JavaScript minification
HTML minification
HTACCESS file headers to make browsers cache static resources
every optimization system can be toggled for the maximum compatibility
testing mode to tune the plugin settings without affecting visitors
compatible with other WP cache plugins
📝 Notes
Scripts/styles must be properly enqueued through WP register functions
Static files creation requires writing permissions in wp-content folder
