Hi Juraj,
Yes, we have customizations in CustomEventHandler fired by OnBeforeInsert and OnBeforeUpdate. Basically the customization open a xml file with keywords and url's and use REGEX to replace the words for links, for example:
<xml>
<key>dog</key>
<url>www.dog.com.br</url>
</xml>
If the news document text has the word dog, it is changed by a link with <a href="www.dog.com.br">dog</a>
Maybe the problem can be the size of xml, actually
9.28 MB, it is doing the save process slow.
The steps are simple, create the news, fill the fields and saved.
Thanks!
Leandro Brito