Post deployment performance

Hey guys I deployed my basic web-app that does nothing but only crud operations, it takes too long to complete the first response, i am wondering why? because i have done everything right with the backend and DB. here’s my repo: GitHub - kuldeeepy/easypayz

Hi,

It sounds like you may be describing the behavior of free Web Service instance types.

Free Web Service instance types will spin down after 15 minutes of inactivity and spin back up with a subsequent request - which can take a little time. This is noted in the docs: https://docs.render.com/free#spinning-down-on-idle

And on the Web Service dashboard:

Your free instance will spin down with inactivity, which can delay requests by 50 seconds or more. Upgrade now.

Upgrading the service to use any paid instance will prevent the spin-down behavior.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.