Page MenuHomePhabricator

save a modification take a lot of time
Closed, InvalidPublic

Description

Author: timwi

Description:
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


Version: unspecified
Severity: normal

Details

Reference
bz280

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 6:48 PM
bzimport set Reference to bz280.
bzimport added a subscriber: Unknown Object (MLST).

timwi wrote:

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.

timwi wrote:

*** Bug 299 has been marked as a duplicate of this bug. ***