Last modified: 2010-05-15 15:38:56 UTC
09:28 brion_: performance note in HEAD: it looks like the links replacement set is being fully run for each image caption. this seems to run a lot of duplicate make*LinkObj calls at the least (not sure about lookups)
Now uses replaceLinkHoldersText() which doesn't do the unnecessary lookups and just inserts the text.