https://bugzilla.wikimedia.org/show_bug.cgi?id=18596





--- Comment #21 from Roan Kattouw <[email protected]>  2009-11-09 08:06:53 
UTC ---
(In reply to comment #18)
> The page is fully parsed on save to know what to update, as you say.  Then the
> editor is redirected back to the article, so they make a new GET request that
> *could* prompt a whole new parse, but I expect the on-save parse is cached to
> prevent that duplication of effort.  All we'd have to do is stop that, either
> overall or just for pages with wierd things like this.  
> 
There is no on-save parse. The article's cache is just purged by the save, and
the first GET request to the page (which is typically the editor being
redirected back to the article view) causes a parse, which is then cached.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to