Node express.js API slow response on first time request
JavaScript
1
Posts
1
Posters
2
Views
1
Watching
-
I created a web API made with node express and MSSQL database. When I request to the API at first time, it's response time is about 2000ms. But after that, it works less then 200ms. The problem only happens when I first time call the API, or after idle for minutes. I tried to access from multi devices. The problem seems happens on every 'first time' request of each device.