Last modified: 2012-02-10 19:31:09 UTC
When viewing old version of page Support at translatewiki.net, Lqt loads the Support page text 51 times! When the page finally loads after 70 or seconds, exception is thrown: "Thread 6475 purports to be moved, but no redirect found in text {...}" Each content load takes at least 4 queries, possibly due to r44442. See http://translatewiki.net/static/slow.txt for debug output.
If this is what I think it is, I have a fix for that.
Created attachment 7968 [details] Pass through TalkpageHeaderView wrapper on oldid With this patch, LQT will not attempt to show the threads on the page when you view an oldid of the header, similar to viewing a diff for the header. Otherwise LQT would show all the threads *currently* on the talk page, but each comment would contain the old revision of the header, causing the massive slowdown.
*** Bug 27076 has been marked as a duplicate of this bug. ***
Is this bug the same which causes the first comment to be repeated in all replies to the following thread? http://pt.wikibooks.org/w/index.php?title=T%C3%B3pico:Wikilivros:Di%C3%A1logos_comunit%C3%A1rios/D%C3%BAvidas_quanto_a_barra_de_navega%C3%A7%C3%A3o&oldid=211729
*Bulk BZ Change: +Patch to open bugs with patches attached that are missing the keyword*
Marking with the need-review keyword since this patch is awaiting review. Thank you for the patch, Nikola.
Once again, spot on, Nikola! Thanks a lot. Applied in r111187.