Since they removed the Legacy runtime and left only V2, my server has become very slow.
gs-mz
HOBBYOP

a year ago

I have a project deployed in Laravel that worked perfectly, taking less than 1 second per request. However, since we were forced to switch to the V2 runtime, web requests now take 7 seconds to respond. Why did this happen, and what could be done to restore the response speed that the Legacy runtime offered?

Solved

2 Replies

a year ago

Hello,

It is slow because you are using the public network to connect to the database, please use the private network going forward.


gs-mz
HOBBYOP

a year ago

Thank you, everything works fine now.


Loading...