Hello,
We are using runWithDocumentContext(ssjs) to run some application logic written in LS. Lately we are experiencing problems with speed of this method. This happned only on one of our servers. If we will copy the db onto another identical server it works quite fast. Just for comparison running times on identical servers:
"Slow" server: 2500 ms just to finish the agent (this was reported from ssjs), but the ls code takes only ~20 ms (reported by logs put inside of the agent)
"Normal" server: 100 ms
Can anybody tell me what can we do to diagnosea dn fix this problem? Standard administration solutions (like db fix up) dont work.