[WordPress] 外掛分享: YD *FAST* Page update

首頁外掛目錄 › YD *FAST* Page update
10+
安裝啟用
尚無評分
5781 天前
最後更新
問題解決
WordPress 2.9.1+ v0.2.0 上架:2010-04-27

內容簡介

大幅減少頁面更新時間!

這個 WordPress 外掛可以優化頁面管理例程,通過繞過重建所有可愛的固定連結網誌的重寫規則的過程,加速頁面儲存時間。

當使用 WordPress 作為 CMS 時,處理有很多階層頁面的網站並不罕見。
當達到數百頁並使用自定義或美觀的 SEO-aware 固定永久網址時,頁面更新變得非常緩慢。

最後,當頁面達到約 1000 頁時,頁面管理變得相當乏味和耗時,因為頁面中的任何更改需要幾分鐘才能保存(在此期間,由於沉重的數據庫負載和表鎖定,網站通常會停止運行)
當腳本或數據庫的最大請求時間達到時,修改頁面中的任何內容都變得不可能。

原因是每次頁面中的任何內容發生變化並保存時,都會重建博客的所有頁面的重寫規則,即使 URL 結構根本沒有改變。

(這是 WordPress 的一個公認弱點,已經在 TRAC 開發列表上多年了)

這個非常簡短和簡單的外掛嘗試在大多數頁面更新時解決這個問題:
僅當頁面的名稱或其父附件更改時,才重新構建重寫規則結構,從而極大地加速整個更新過程。

自版本 0.2.0,您可以自行決定何時強制刷新頁面地址重寫規則,或何時完全禁用規則刷新。
請注意,如果禁用了規則刷新,則新的網頁地址將無法使用,直到您強制進行批量刷新。

期望在 1000+ 頁博客的管理員中有數百倍的頁面更新延遲的改進。
(在我的 2000+ 頁博客中,從一分鐘的更新延遲縮短到不到 10 秒)

通過進一步 修改您的 wp-includes/post.php 核心文件
根據 WP trac Ticket #10852,您可能會得到更好的表現。

(順便說一下,我有另一個改進 wp-includes/post.php 的方式,但我還沒有弄清楚如何將其構建到一個外掛中,這可以讓我每次保存時節省幾秒鐘。)

潛在注意事項

這個外掛為了速度選擇了繞過 WordPress 管理工作流中的一個重要的核心函數。
請注意,在某些特定環境中,這可能會導致不必要的副作用,例如頁面鏈接不良或 URL 永久鏈接結構錯誤。

然而,該插件已在一個 2000+ 頁的中等負載站點(每天約有 1000 位訪客)上測試過,並為該目的完美地運作。

您自己的體驗可能會有所不同。

積極支援

在我的 YD快速頁面更新支援網站上給我留言,以報告錯誤或成功的實現,要求特定功能或改進,或告訴我您如何使用該外掛。

Description en Français :

Ce plug-in WordPress accélère d'un facteur 100 ou plus le temps de sauvegarde ou mise à jour des pages hiérarchiques d'un blog WordPress comprenant un très grand nombre de pages (plusieurs centaines).

En effet, dès qu'on atteint quelques centaines de pages sur un blog orienté CMS, si on utilise des url "propres" compatibles avec l'optimisation du référencement (S.

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.2.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「YD *FAST* Page update」→ 直接安裝(推薦)

原文外掛簡介

Drastically reduce page updating time!
This WordPress plugin optimizes page management routines, it accelerates page saving time by bypassing the very heavy process of rebuilding all the rewriterules of your pretty-permalink enabled blogs each time anything on a page is changed.
When using WordPress as a CMS, it is not unusual to deal with web sites that have a lot of hierarchical pages.
When reaching a few hundred pages and using custom or pretty SEO-aware permalinks, page updates become VERY slow.
Eventually, when reaching about 1000 pages, page management becomes quite tedious and time-consuming, because any change in a page takes a few minutes to be saved (during which the site usually comes to a halt because of heavy database load and table lock)
when script or database max request times are finally reached, it becomes impossible to modify anything in a page.
The reason is that rewrite rules for all the blog’s pages are rebuilt everytime something is changed and saved in a page, even if the url structure has no reason to change at all.
(This is an aknowledged weakness of WordPress, that has been featured on the TRAC development list for a few years already)
This very short and simple plugin tries to fix this problem for most page updates:
Rewriterules structure will get rebuilt only if the name of the page, or its parent attachment are changed, resulting in tremendous acceleration of the whole updating process.
Since version 0.2.0 you can decide for yourself when to force flushing of page address rewriterules, or when to completely disable rules flushing.
Please take notice that if you disable the rules flushing, your new page addresses will not work until you force a bulk rules flush.
Expect hundred-fold improvement in page update delay in the admin for a 1000+ pages blog.
(from over a minute to less than 10 seconds on one of my 2000+ page blog)
By further patching your wp-includes/post.php core file
according to WP trac Ticket #10852, you will possibly get even better performances.
(btw. I have another improvement of wp-includes/post.php that I could not yet figure out how to build into a plugin that makes me gain a few more seconds on each save.)
Possible caveat
This plugin chooses to bypass an important core function of the WordPress administration workflow for the sake of speed.
Be aware that on some specific environments, this could cause unwanted side-effects, such as bad page linking or url permalink structure.
The plugin has however been tested on a 2000+ page medium-loaded site (around 1000 visitors/day) with 50 popular plugins installed and works perfectly for that purpose.
Your own mileage may vary.
Active support
Drop me a line on my YD FAST page update support site to report bugs or successful implementations, ask for a specific feature or improvement, or just tell me how you’re using the plugin.
Description en Français :
Ce plug-in WordPress accélère d’un facteur 100 ou plus le temps de sauvegarde ou mise à jour des pages hiérarchiques d’un blog WordPress comprenant un très grand nombre de pages (plusieurs centaines).
En effet, dès qu’on atteint quelques centaines de pages sur un blog orienté CMS, si on utilise des url “propres” compatibles avec l’optimisation du référencement (SEO), le temps de mise à jour des pages commence à prendre plusieurs minutes.
L’administration des pages devient finalement impossible à cause d’une surcharge de la base de données ou de délais d’exécution trop importants.
Ce plugin règle le problème en évitant de reconstruire toute la structure des liens de toutes les pages du site si le nom de la page ou sa page de rattachement hiérarchique n’ont pas changé.
Le plugin peut fonctionner avec n’importe quelle langue ou jeu de caractères compatible avec WordPress.
Pour toute aide ou information en français, laissez-moi un commentaire sur le site de support du plugin YD FAST page update.
Funding Credits
Original development of this plugin has been paid for by Nogent Citoyen. Please visit their site!
Le développement d’origine de ce plugin a été financé par Nogent Citoyen. Allez visiter leur site !
Translation
If you want to contribute to a translation of this plugin’s documentation, please drop me a line by e-mail or leave a comment on the plugin’s page.
Revisions

0.1.0 Original beta version.
0.2.0 Added manual rules flush control.

To Do
Test. Final release.
Did you like it?
Drop me a line on http://www.yann.com/en/wp-plugins/yd-fast-page-update
And… please rate this plugin –>

延伸相關外掛

文章
Filter
Apply Filters
Mastodon