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

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 –>

安裝

  1. Unzip yd-fast-page-update.zip
  2. Upload the yd-fast-page-update directory and all its contents into the /wp-content/plugins/ directory of your WP site
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

For specific installations, some more information might be found on the FAST Page Update plugin support page

常見問題

Where should I ask questions?

http://www.yann.com/en/wp-plugins/yd-fast-page-update

Use comments.

I will answer only on that page so that all users can benefit from the answer.
So please come back to see the answer or subscribe to that page’s post comments.

Puis-je poser des questions et avoir des docs en français ?

Oui, l’auteur est français.
(“but alors… you are French?”)

評價

There are no reviews for this plugin.

貢獻者及開發者

“YD *FAST* Page update” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 YD *FAST* Page update 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.1.0

  • Initial release

0.2.0

  • Added manual rules flush control panel