PHPackages                             voceconnect/voce-cached-nav - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. voceconnect/voce-cached-nav

ActiveLibrary[Caching](/categories/caching)

voceconnect/voce-cached-nav
===========================

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp\_nav\_menu` with `voce\_cached\_nav\_menu`.

1.3.4(11y ago)63.2k3[1 issues](https://github.com/voceconnect/voce-cached-nav/issues)1GPLv2+PHP

Since Dec 5Pushed 9y ago13 watchersCompare

[ Source](https://github.com/voceconnect/voce-cached-nav)[ Packagist](https://packagist.org/packages/voceconnect/voce-cached-nav)[ RSS](/packages/voceconnect-voce-cached-nav/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)DependenciesVersions (10)Used By (1)

Voce Cached Nav
===============

[](#voce-cached-nav)

Contributors: markparolisi, voceplatforms, nattyait, kevinlangleyjr
Tags: nav, menus, cache, caching, performance
Requires at least: 3.3
Tested up to: 4.2.2
Stable tag: 1.3.4
License: GPLv2 or later
License URI:

Description
-----------

[](#description)

Serve cached copies of WordPress navigation menus by replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`.

Installation
------------

[](#installation)

### As standard plugin:

[](#as-standard-plugin)

> See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).

### As theme or plugin dependency:

[](#as-theme-or-plugin-dependency)

> After dropping the plugin into the containing theme or plugin, add the following:

```
if( ! class_exists( 'Voce_Cached_Nav' ) ) {
	require_once( $path_to_voce_cached_nav . '/voce-cached-nav.php' );
}
```

Usage
-----

[](#usage)

Replacing your template calls to `wp_nav_menu` with `voce_cached_nav_menu`

Frequently Asked Questions
--------------------------

[](#frequently-asked-questions)

- **Can I pass the same arguments to voce\_cached\_nav\_menu?**
    - *Yes. The caching class is essentially just a refactor of that large core function with caching at all possible levels.*

Changelog
=========

[](#changelog)

**1.3**

- Fixing undefined $data variable bug when deleting menus

**1.2**

- Adding Capistrano deploy files

**1.1.2**

- Fix for declaration that defines if adding 'menu-item-has-children' class to parent items

**1.1.1**

- Add 'menu-item-has-children' class to parent items

**1.1**

- 3.6 compatibility

**1.0**

- Initial release.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~69 days

Recently: every ~84 days

Total

9

Last Release

4036d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/877634?v=4)[Kevin Langley Jr.](/maintainers/kevinlangleyjr)[@kevinlangleyjr](https://github.com/kevinlangleyjr)

![](https://avatars.githubusercontent.com/u/3452?v=4)[Voce Platforms](/maintainers/voceconnect)[@voceconnect](https://github.com/voceconnect)

---

Top Contributors

[![prontonatty](https://avatars.githubusercontent.com/u/2638422?v=4)](https://github.com/prontonatty "prontonatty (5 commits)")[![markparolisi](https://avatars.githubusercontent.com/u/151430?v=4)](https://github.com/markparolisi "markparolisi (4 commits)")[![johnciacia](https://avatars.githubusercontent.com/u/195966?v=4)](https://github.com/johnciacia "johnciacia (3 commits)")[![underdude](https://avatars.githubusercontent.com/u/1425702?v=4)](https://github.com/underdude "underdude (1 commits)")

### Embed Badge

![Health badge](/badges/voceconnect-voce-cached-nav/health.svg)

```
[![Health](https://phpackages.com/badges/voceconnect-voce-cached-nav/health.svg)](https://phpackages.com/packages/voceconnect-voce-cached-nav)
```

###  Alternatives

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32136.0k](/packages/beryllium-cachebundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
