這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Nav Menu Cache

外掛說明

WP Nav Menu Cache” plugin help you to make your WordPress dynamic navigation menu to a static menu. For each page visit WordPress run some MySQL query and complex PHP codes to generate navigation menu that you are using on front-end. Your menu content is not being changed until you change that manually. So why do you need to use your server resource on every page visit to generate a menu? This plugin saves your dynamic menus into some separate static HTML files. When you add, edit or remove any menu item using dashboard then this plugin update its cached files. When a menu is called from website front-end then this plugin stops WordPress to generate that newly and serve from the previouly saved static file. This process reduces some MySQL query , saves your server resource and increases page speed.

Features

  • Exclude any theme location from caching you don’t want to cache any menu of
  • Exclude any menu you don’t want to cache
  • Choose wheather this plugin will cache each menu individually for each post/page or any visited url.

螢幕擷圖

  • Settings Page

安裝方式

Modern Way:

  1. Go to the WordPress Dashboard “Plugin” section.
  2. Search For “WP Nav Menu Cache”.
  3. Install, then Activate it.

Old Way:

  1. Upload the wp-nav-menu-cache folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

How To Use WP Nav Menu Cache:

Just Install and activate. So nothing to see after installation. To see result see the usages of your server resource from your server control panel like cPanel. For advance user this plugin has a settings page. Go to the settings page from dashboard->setting->WP Nav Menu Cache. Choose your options and save those.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP Nav Menu Cache〉的開發相關工作。

參與者

將〈WP Nav Menu Cache〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.2

  • No new change. Just update readme with tested up to WP 4.9.8

2.1

  • Bug Fix: The option “Cache for Individual URL” was getting set automatically on some sites.

2.0

  • Feature Added: A Settings page
  • Feature Added: Exclude any theme location from caching you don’t want to cache any menu of.
  • Feature Added: Exclude any menu you don’t want to cache.
  • Feature Added: Choose wheather this plugin will cache each menu individually for each post/page or any visited url.
  • Feature Added: Delete all cached menu files from setting page.
  • Feature Added: Delete all cached files on plugin activation.

1.1

  • Drecrase priority of used filters

1.0

  • Initial release