112 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
110
views
HttpClient cold start and idle timeout problem
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
Too many Binder Transaction operation during app cold startup
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
Azure Function Cold Start Never Happens
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
AWS Python Lambda - Package Size & Cold Starts
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
coldstart of vercel's serverless function suddenly became very slow
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
Postgresql setup with lambda
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
Firebase function gen2 not caching global variables
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
Calling AmazonS3Client.GetObjectAsync() on lambda function take too long (~5s) on the first invoke
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
App Service on Linux WEBSITES_ENABLE_APP_CACHE actually read only volume?
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
.NET 6 Lambda Cold Start
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
How to get cold start metrics in flutter app for Android build?
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
Will cold start effect my azure function if it only captures the webhook, gets a value from dictionary and passes it to a topic
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
Show App Open Ads only on'cold start ' - openigng app from device home screen app icon
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
Despite implementing preferRest option, my Firebase Admin cold start latency still lingers, what could be the reason?
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
AWS personalize limit on number of items considered when training
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 ...