Hello mediawiki world
I'm still trying to fix the refreshLinks, to have a reasonnable speed :)
It seems that when calling the parser we also call the render and so in maintenance we render in html ALL the pages , just for checking the links.
We only need to read once the text, extract WIKIMARKS and put that in the right link table, but NOT render the html.
The parser (should be renamed parse&render ?) is very complicated to understand, so i need help to find when the link stuff is done and skip all the html stuff.
Thanks Alain