The performance of developed application has decreased seriously since the last month (approximately 3 times slower across all business processes on the project). Project ID: 361102
The most noticeable decrease in performance was found in the getPlace 1 business process (where all types of filtering and logic are concentrated);
We’ve checked overall performance of your app and here is our findings: Very high database rpm (requests per minute) with spikes (probably during your API calls)
Up to 18,000 requests per minute (300 DB requests per second) that’s insanely large number for such a small project - check your logic. There is a chance, that if your records count is growing, number of your requests grows exponentially due to the flawed logic.
Your logic gets a lot of values from the DB up to 1.5m