Slim down bStateSave cookie
Slim down bStateSave cookie
drakej
Posts: 11Questions: 0Answers: 0
Not high priority at all but just a suggestion that it would be good to slim down the contents of the cookie utilized to save state. Maybe finding a better way to compress the contents of the cookie or better yet migrate the state saving to LocalStorage so that the client doesn't have to transfer all of the state information on every single request.
The reason for this is the payload for the cookie is something on the order of 2 KBs which causes every client request to exceed the size of a packet. This increases latency for every single request since the cookie is being sent with it.
The reason for this is the payload for the cookie is something on the order of 2 KBs which causes every client request to exceed the size of a packet. This increases latency for every single request since the cookie is being sent with it.
This discussion has been closed.
Replies
Allan