內容簡介
當在本地開發時,控制外部檔案的載入。 WordPress 會載入某些外部檔案(如字型、頭像等),並進行外部的 HTTP 請求。這通常不是問題,除非您在沒有網絡連接的環境下工作。此外掛可以移除/解除這些動作,以減少載入時間並避免因缺少檔案而導致的錯誤。
功能
移除載入外部 JS 和 CSS 檔案
將所有 Gravatar 實例替換為本地圖像以移除外部請求
移除所有 HTTP 請求
禁用所有 WP 核心、佈景主題和外掛的更新檢查
在管理列中包含切換按鈕可快速啟用/停用
外掛標籤
開發者團隊
原文外掛簡介
Control loading of external files when developing locally. WP loads certain external files (fonts, gravatar, etc) and makes external HTTP calls. This isn’t usually an issue, unless you’re working in an evironment without a web connection. This plugin removes / unhooks those actions to reduce load time and avoid errors due to missing files.
Features
removes external JS and CSS files from loading
replaces all instances of Gravatar with a local image to remove external call
removes all HTTP requests
disables all WP update checks for core, themes, and plugins
includes toggle in admin bar for quick enable / disable
