Title: YD *FAST* Page update
Author: Yann at WP&amp;Co
Published: <strong>April 28, 2010</strong>
Last modified: May 20, 2010

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/yd-fast-page-update.svg)

# YD *FAST* Page update

 By [Yann at WP&Co](https://profiles.wordpress.org/ydubois/)

[Download](https://downloads.wordpress.org/plugin/yd-fast-page-update.zip)

 * [Details](https://wordpress.org/plugins/yd-fast-page-update/#description)
 * [Reviews](https://wordpress.org/plugins/yd-fast-page-update/#reviews)
 *  [Installation](https://wordpress.org/plugins/yd-fast-page-update/#installation)
 * [Development](https://wordpress.org/plugins/yd-fast-page-update/#developers)

 [Support](https://wordpress.org/support/plugin/yd-fast-page-update/)

## Description

#### 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](https://core.trac.wordpress.org/attachment/ticket/10852/10852_get_page_children.diff)

according to [WP trac Ticket #10852](https://core.trac.wordpress.org/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](http://www.yann.com/en/wp-plugins/yd-fast-page-update)
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](http://www.yann.com/en/wp-plugins/yd-fast-page-update).

#### Funding Credits

Original development of this plugin has been paid for by [Nogent Citoyen](http://www.nogent-citoyen.fr).
Please visit their site!

Le développement d’origine de ce plugin a été financé par [Nogent Citoyen](http://www.nogent-citoyen.com).
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 –>

## Installation

 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](http://www.yann.com/en/wp-plugins/yd-fast-page-update)

## FAQ

  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?”)

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“YD *FAST* Page update” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Yann at WP&Co ](https://profiles.wordpress.org/ydubois/)

[Translate “YD *FAST* Page update” into your language.](https://translate.wordpress.org/projects/wp-plugins/yd-fast-page-update)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/yd-fast-page-update/),
check out the [SVN repository](https://plugins.svn.wordpress.org/yd-fast-page-update/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/yd-fast-page-update/)
by [RSS](https://plugins.trac.wordpress.org/log/yd-fast-page-update/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.0

 * Initial release

#### 0.2.0

 * Added manual rules flush control panel

## Meta

 *  Version **0.2.0**
 *  Last updated **16 years ago**
 *  Active installations **10+**
 *  WordPress version ** 2.9.1 or higher **
 *  Tested up to **2.9.2**
 * Tags
 * [admin](https://wordpress.org/plugins/tags/admin/)[administration](https://wordpress.org/plugins/tags/administration/)
   [Blogs](https://wordpress.org/plugins/tags/blogs/)[cms](https://wordpress.org/plugins/tags/cms/)
   [WordPress](https://wordpress.org/plugins/tags/wordpress/)
 *  [Advanced View](https://wordpress.org/plugins/yd-fast-page-update/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/yd-fast-page-update/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/yd-fast-page-update/reviews/)

## Contributors

 *   [ Yann at WP&Co ](https://profiles.wordpress.org/ydubois/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/yd-fast-page-update/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.yann.com/en/wp-plugins/yd-fast-page-update)