Hello,
When editing "heavy page" am getting this error :
"Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/wiki/extensions/LinkTitles/includes/Splitter.php on line 88"
When i change $wgLinkTitlesParseOnEdit = true; to $wgLinkTitlesParseOnEdit = false;, the error disappear.
A look to the file /LinkTitles/includes/Splitter.php lead to this fucntion "return preg_split( $this->splitter, $text, -1, PREG_SPLIT_DELIM_CAPTURE );"
Any idea how to improve the time execution?
Thanks!