-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme.txt
26 lines (17 loc) · 980 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=== Cache Nav Menus ===
Contributors: batmoo, mdawaffe, mdbitz, nbachiyski, nickdaugherty
Tags: cache, caching, menu, nav, navigation
Requires at least: 3.2
Tested up to: 4.8.2
Requires PHP: 5.6
Stable tag: 4.8.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Improves nav menu queries and provides a replacement for core's `wp_nav_menu()` that make nav menus more performant.
== Description ==
This plugin improves the performance of navigation menus within WordPress via two methods.
First, it intercepts the nav menu queries and ensures they are cached by WP_Query.
Secondly, it provides a replacement for `wp_nav_menu()` that wraps the core function, caching the output efficiently to reduce the number of queries performed on a site.
== Installation ==
Install as with any other plugin for an immediate benefit.
To get the full benefit, replace occurences of `wp_nav_menu()` in any custom code with `wpcom_vip_cached_nav_menu()`.