What is Airplane Mode and when to use it
masterAirplane Mode is a tool designed to control the loading of external files during local WordPress development. It is particularly useful when working in environments without a web connection.
By removing or unhooking specific actions, it reduces load times and prevents errors that occur when WordPress attempts to fetch external resources (like fonts or Gravatars) that are unreachable.
Key features include:
- Removing external JS and CSS files from loading.
- Replacing Gravatar instances with a local image to eliminate external HTTP calls.
- Removing all HTTP requests.
- Disabling WordPress update checks for core, languages, themes, and plugins.
- Providing an admin bar toggle for quick enabling and disabling.