norcross/airplane-mode
最新稳定版本:0.2.8
Composer 安装命令:
composer require norcross/airplane-mode
包简介
Disables external data calls and loading for working on a purely local (i.e. no internet connection) WordPress site
README 文档
README
Contributors
About
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.
Current Actions
- 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, languages, themes, and plugins
- includes toggle in admin bar for quick enable / disable
Changelog
See CHANGES.md.
Notes
If you need offline activation, see this script written by Brian DiChiara
Roadmap
- fine tune HTTP request removal
- find other calls from core
- add other requests from popular plugins
Pull requests are very much welcome and encouraged.
统计信息
- 总下载量: 6.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 476
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-19