Edge Function responses became significantly slower after upgrading to the paid plan. #85
Replies: 1 comment
-
|
The issue has been resolved. thanks to all 😊😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using an Edge Function, but I am getting a very slow response when calling it from .NET Core . The response time was very fast when using the free account, but after upgrading to the paid plan, it has become noticeably slower. how to resolved it, please help me.
var result = await client.SendAsync(request);taking time when executing this line, but in free account there is no slower issues.Thanks to all.
Beta Was this translation helpful? Give feedback.
All reactions