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
Describe the bug SetItemAsync method takes a long time to complete after multiple calls. The first time it's called, it takes less than a second to complete. On about the 4th or 5th time, it takes about a minute and a half to complete.
To Reproduce
Steps to reproduce the behavior:
Call SetItemAsync once with any Key/Value
Wait a few seconds
Call SetItemAsync again with any Key/Value
Wait a few seconds
Call SetItemAsync again with any Key/Value
Performance Impact should be seen by now
Expected behavior SetItemAsync should take around the same time to execute each time it is called
Screenshots
The first screenshot below shows the time/resources it took to execute the 1st SetItemAsync, which less than 1sec
3rd execution: ~22sec
4th or 5th SetItemAsync: More than 1.5min
Hosting Model (is this issue happening with a certain hosting model?):
Blazor WebAssembly
The text was updated successfully, but these errors were encountered:
Describe the bug
SetItemAsync
method takes a long time to complete after multiple calls. The first time it's called, it takes less than a second to complete. On about the 4th or 5th time, it takes about a minute and a half to complete.To Reproduce
Steps to reproduce the behavior:
SetItemAsync
once with any Key/ValueSetItemAsync
again with any Key/ValueSetItemAsync
again with any Key/ValueExpected behavior
SetItemAsync
should take around the same time to execute each time it is calledScreenshots
The first screenshot below shows the time/resources it took to execute the 1st
SetItemAsync
, which less than 1sec3rd execution: ~22sec
4th or 5th
SetItemAsync
: More than 1.5minHosting Model (is this issue happening with a certain hosting model?):
The text was updated successfully, but these errors were encountered: