Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
110 views

ASP.NET Core 8 Web API service with can execute another service. I read this: https://www.aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/ https://byterot.blogspot.com/2016/07/singleton-...
0 votes
1 answer
538 views

I am currently working on improving the performance of our app's cold startup. I am using Android Studio Profiler and the MacroBenchmark library to capture system traces, and then analyzing them using ...
1 vote
1 answer
124 views

Update: Solution was found, the ServiceBusConnString was referring to the url of the service bus (testservicebus.servicebus.windows.net) which worked until the function spun down. Switching to the '...
-1 votes
1 answer
79 views

I was wondering whether someone here shared the same experience. I have a Python Lambda which runs some "simple" requests for recommending images based on a vector database (qdrant). The package ...
2 votes
0 answers
293 views

I used and deployed next.js using vercel. Some pages that normally use getServersideProps took about 2 seconds with a long coldstart. But yesterday, suddenly it was slowing down to almost 10 seconds. ...
0 votes
1 answer
109 views

I am trying to use lambda with postgresql and also using hiberntate for connection and orm. I want to understand this, whenever that lambda function is called, as new lambda container is started ...
0 votes
1 answer
63 views

I'm trying to reduce function execution time with caching. To do this, I'm lazy importing a module into global scope when needed, and then reusing it. I tried to follow this guide: https://firebase....
0 votes
0 answers
205 views

I'm using S3 client in lambda function, this is my code: public class SomeLambdaFunction { public async Task<string> Handler(string input, ILambdaContext context) { var client = ...
0 votes
1 answer
2k views

When using WEBSITES_ENABLE_APP_CACHE is it actually a read only volume that is mounted to /home/site/wwwroot? I'm testing out the WEBSITES_ENABLE_APP_CACHE app setting on a App service hosting a ...
0 votes
0 answers
214 views

i have a .net 6 serverless api running on aws lambda, and the cold start times for this endpoint: endpoints.MapGet("/", async context => { await ...
1 vote
0 answers
167 views

I want to measure TTID and TTFD, For TTFD i will add my custom trace ( if you have any ideas feel free to share),but for TTID android builds by default gives a displayed tag in the logcat with time ...
0 votes
1 answer
409 views

I have a azure function(HTTP trigger) which is triggered when a webhook event is received. The azure function is only responsible for returning a value from dictionary based on a header value of the ...
0 votes
1 answer
2k views

I have an app with Splash Screen and App Open Ads. Currently App Open Ads are showing three ways, when user - 1st one: opening app clicking app icon - Like this: App icon click > splash screen > ...
2 votes
0 answers
410 views

Getting Cold start latency of 5+ seconds even after using the preferRest option for firebase-admin I was getting a cold start latency of 5+ seconds while using firestore database. I came across this ...
0 votes
1 answer
309 views

Amazon personalize puts a limit of 750,000 on the number of items considered by models during the training process. I have roughly 2 million items (videos) with no interaction but I want to somehow ...

15 30 50 per page
1
2 3 4 5
...
8

AltStyle によって変換されたページ (->オリジナル) /