When I hit the edit user function, the CPU on the front end server maxes out at 100%. Thr llserver.exe jumps to 98% and it takes about two minutes for the page to return. When it does, the CPU drop back doen again
do you see anything in the logs ? are any TRACE files created ? does this happen for ALL users of just some ? which version of LL are you running ? what authentication are you using ? are you using OnTime ?
One area to check is the database. You can turn on database logging and check the connect logs in the log directory after recreating the problem. They give the timings for each SQL call. You should see something that is running for a while. Note that there are typically a lot of entries in the connect logs for a single transaction so make sure you identifiy the start and end points of the edit user transaction. Then try to inspect the various calls and their timings to isolate the problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.