spacedmonkey/advanced-nav-cache

Cache wp_nav_menu output in object cache

Fund package maintenance!
spacedmonkey

Installs: 1 539

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 3

Forks: 1

Open Issues: 1

Type:wordpress-plugin

1.3.2 2017-05-14 16:08 UTC

README

Cache wp_nav_menu output in object cache. This is a simple "dropin" style plugin with no settings panel. Best used as an mu-plugin. Once in place, it caches all menus on the page, wherever they are called.

This plugin is based on the ideas found in Advanced Post Caching plugin by Automattic.

If you wish to follow the development of this plugin, view the code on the official plugin website or follow me on twitter @thespacedmonkey

Installation

This section describes how to install the plugin and get it working.

Using The WordPress Dashboard

  1. Navigate to the 'Add New' in the plugins dashboard
  2. Search for 'advanced-nav-cache'
  3. Click 'Install Now'
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the 'Add New' in the plugins dashboard
  2. Navigate to the 'Upload' area
  3. Select advanced-nav-cache.zip from your computer
  4. Click 'Install Now'
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download advanced-nav-cache.zip
  2. Extract the advanced-nav-cache directory to your computer
  3. Upload the advanced-nav-cache directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

GitHub Updater

The Advanced Nav Cache includes native support for the GitHub Updater which allows you to provide updates to your WordPress plugin from GitHub.

License

The Advanced Nav Cache is licensed under the GPL v2 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Contributions

Anyone is welcome to contribute to Advanced Nav Cache

There are various ways you can contribute:

  • Raise an issue on GitHub.
  • Send us a Pull Request with your bug fixes and/or new features.
  • Provide feedback and suggestions on enhancements.