Last modified: 2004-09-03 19:38:00 UTC
BUG MIGRATED FROM SOURCEFORGE http://sourceforge.net/tracker/index.php?func=detail&aid=962808&group_id=34373&atid=411192 Originally submitted by Luc Van Oostenryck (looxix) 2004-05-29 18:25 Since version mediawiki 1.3, saving a page seems to take really a lot of time (30 secs) while reading a page i s(relatively) fast. what is strange, is that in fact the saving is the DB is quick. This can be checked by opening the same page in another window or while waiting the save to complete, just relaod the same page; it come quicly with the modification done. So it seems that it is only the rendering (more or less) of a saved page that take a lot of time
You see the modified version soon because this is what's changed first when you submit an edit. Then, it also needs to move the previous cur row to the old table, update the links table, categorylinks etc., and loads of other things. This is why it's taking time.
*** Bug 299 has been marked as a duplicate of this bug. ***