So I own a serverless map website and it does a lot of connecting to the database and dropping the connections basically for each time a user loads a part of the map. Due to this my compute time goes up a crazy amount it seems. more than it does on any other service i use. Is there anyway to optimize this? a lot of the
Suspend compute
Suspend compute
Operations take a few seconds and i'm not sure why.