Hi Yaron,

Thanks for your answer.

> That function checks, for every red link on the page, whether there's a
> property somewhere on the wiki pointing to that page, that has a form
> associated with it - and if there is, setBrokenLink() changes the URL of
> that red link to look like "Special:FormEdit/form-name/page-name" - so that

Well, looking at the trace a bit further it uncovers that
SFFormLinker::setBrokenLink runs self::getIncomingProperties( $target
) for each request which is so to speak "killing" its response time
(with no caching its means $store->getInProperties( $value ) is called
on each single request).

Cheers

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to