You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing performance issues in one of the old production project. We've found that the actual task/function just takes 100ms but serialise and de-serialise takes much more time than that. As its legacy project, can't change much but was curious that what if we can just change 2 methods - serialise and deserialise ...
If anyone can share their expert advise to achieve this or any other thoughts is most appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, we are trying the same but it seems that raw object we're receiving from POST doesn't seem to be a valid amf3. Can you suggest the path from where we should pick the raw amf3 packet that we should decode?
Hello,
We are facing performance issues in one of the old production project. We've found that the actual task/function just takes 100ms but serialise and de-serialise takes much more time than that. As its legacy project, can't change much but was curious that what if we can just change 2 methods - serialise and deserialise ...
If anyone can share their expert advise to achieve this or any other thoughts is most appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: