Search results

  1. R

    Strange slowness

    So what I’m seeing is on a single session for a user, if I insert 1 object that is 42k the response is quick. But the more objects that I insert into that session, say a 100, I see the insert speed slow. These are also 1 off inserts with unique keys to that session. This is a poc that I’m doing...
  2. R

    Strange slowness

    Thanks for the reply Mark, that's good to know about session data and order of events. we are using the traditional one that ships with the product installer and gets installed in the gac. I got the call down to about 150ms yesterday, but the 200ms was not on the initial request, that was much...
  3. R

    Strange slowness

    I'm working on sharing session with an api (don't ask why), everything is working fine except when I do some load testing on it. I have a single method that all it does is insert an object into session and return, this call is taking 200ms per call, I'm also running scale out host on my...
Top