Iis Slow Response From Asp Net Web Api Stack Overflow

Asp Net Core Web Api Kestrel Iis Response Time Is Slow Stack Overflow If the request is slow in ttfb, you could try to set frt rule to capture failed request tracing performance log and compare which module is causing the slow performance. For a certain url scheme asp core web api application runs slow when hosted under iis. as shown above the route for the method should be set up to receive get requests for the url test

Iis Slow Response From Asp Net Web Api Stack Overflow I have one app that is using asp api hosted on iis. first time , when i call api using postman, api returns very very slow (about 2 minutes). and then , i called this api and another apis . but it is too fast. i wait for 30 50…. If the page is only supported in ie (btw, shame on your html developers), your best bet is to start loading each of these asp page elements individually with curl until you find something that looks way too slow, then find out why that particular element is slow. Each apis is supposed to take at least 3 seconds per a request as the result of thread.sleep(3000); but one of the requests, or some of them, took 32 seconds to be done. does this mean there was a hang on at least one async job? if there was, what's the culprit for the hang?. Collect iis logs from a time during which the slowness occurs. this can be helpful in confirming that the time taken field reflects the slowness. it can also help to narrow down the page or pages that are responding slowly. if the iis log catcher tool doesn't automatically collect the web logs, you need to collect them manually.

Issue Publishing Asp Net Core Web Api To Iis Stack Overflow Each apis is supposed to take at least 3 seconds per a request as the result of thread.sleep(3000); but one of the requests, or some of them, took 32 seconds to be done. does this mean there was a hang on at least one async job? if there was, what's the culprit for the hang?. Collect iis logs from a time during which the slowness occurs. this can be helpful in confirming that the time taken field reflects the slowness. it can also help to narrow down the page or pages that are responding slowly. if the iis log catcher tool doesn't automatically collect the web logs, you need to collect them manually. Projects: core 2.0 server: windows server 2012 r2, iis 8.5 core web api is slow on each request, similar issue : github aspnet aspnetcoremodule issues 87 but it is fast when running visual studio debug mode. update: it looks like a bug on iis 8.5 with core, but there is no production version of iis 10. I've identified using appcmd list requests that sometimes requests get 'stuck' for 20 60 seconds in iis' "sendresponse" stage. this is the only thing i could find so far that would make any sense as to why we're seeing users getting stuck when navigating around. If you are deploying to iis and then testing via postman, it is "normal" to experience a delay on the first request as iis has to spin up the app to be able to service the request. We have hosted restful api on iis and observed that first request in a day and subsequent request after some time takes lot of time to respond. we have also set "always running" setting on app pool. still we have observed delay in the responses. if i keep hitting the site from postman continuously then it responds very quickly.
Comments are closed.