內容簡介
WordPress 最大的瓶頸之一是它會在每個文章/頁面載入時,載入安裝在 WordPress 中所有啟用的外掛,而無論這些外掛是否需要載入。這個外掛允許您建立簡單的重寫規則,以從任何 URI 模式匹配中排除一個或多個外掛。這是一個很好的方式來減少記憶體佔用,SQL 查詢運行時間,載入時間和改善網站響應速度。
這不是一個正常的 WordPress 外掛,而是一個 mu (必用) 外掛,需要特殊的安裝說明。請參閱安裝部分以獲取更多信息。
要求:PHP5+、WordPress 2.9.x+
外掛標籤
開發者團隊
原文外掛簡介
One of WordPress’ biggest bottlenecks is that it loads every single plugin that
is active on your WordPress installation on every single post/page no matter
whether they are needed for that post/page or not. This plugin will allow you
to create simple rewrite rules to exclude a plugin or plugins from any URI
pattern match. This is a great way to reduce the memory footprint, SQL queries
run at page load, load times, and improve site response speed.
This is NOT a normal WordPress plugin, but an mu (must use) plugin and requires
special installation instructions. Please see the installation section for more
information.
Requirements: PHP5+, WordPress 2.9.x+
