Render is too slow to respond

I have hosted my nodejs project on render. I am experiencing the slowness issue with render while fetching the response.

I have a blog app with an endpoint “/blog”. When I try to get the data, it takes around 50s to 1 min to give response in initial load and then it loads the data normally however if I am Visiting the same endpoint again the same issue start happening.

Hi,

It sounds like you’re describing the behavior of free instance types. They 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: Deploy for Free | Render Docs

And on the service dashboard:

Free instance types will spin down with inactivity. Upgrade to a paid instance type to prevent this behavior. Learn more.

Alan

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