Download the PHP package norcross/airplane-mode without Composer
On this page you can find all versions of the php package norcross/airplane-mode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download norcross/airplane-mode
More information about norcross/airplane-mode
Files in norcross/airplane-mode
Download norcross/airplane-mode
More information about norcross/airplane-mode
Files in norcross/airplane-mode
Vendor norcross
Package airplane-mode
Short Description Disables external data calls and loading for working on a purely local (i.e. no internet connection) WordPress site
License MIT
Package airplane-mode
Short Description Disables external data calls and loading for working on a purely local (i.e. no internet connection) WordPress site
License MIT
Please rate this library. Is it a good library?
Informations about the package airplane-mode
Airplane Mode
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.
All versions of airplane-mode with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
^1 || ^2
The package norcross/airplane-mode contains the following files
Loading the files please wait ....