內容簡介
這款簡單易用的外掛程式可以透過以下技巧,增強 WordPress 網站的效能:
對圖片和 iframe 進行延遲載入
新增 script 標籤的 defer 屬性
貢獻
歡迎改進此外掛程式,並於 Github 儲存庫 提出拉取請求。
開發
您需要安裝 node.js 和 yarn。
複製儲存庫:git clone [email protected]:mejta/wp-accelerate.git。
運行 yarn 和 yarn start 指令。
要建置,請運行 yarn build 指令。
外掛標籤
開發者團隊
原文外掛簡介
This straightforward plugin makes WordPress website more performant with the following techniques:
Lazyload for images and iframes
Adding defer attribute to script tags
Contribution
Feel free to improve the plugin and open pull request in the Github repository.
Development
You need to have node.js and yarn installed.
Clone repository git clone [email protected]:mejta/wp-accelerate.git.
Run yarn and yarn start command.
To build run yarn build command.
