View Function Usage
1 min read

The Backend tab now shows backend usage by function. This is especially useful for diagnosing what specifically is driving cost inside Hercules.
For instance, if the invoice.read_all function is responsible for 90% of your database bandwidth usage, ask Hercules to optimize the database bandwidth for the invoice.read_all function without changing functionality.
Learn more in the Hercules Cloud docs.