Hi,
I’m building an app to list properties (real estate) for investing.
I want the investor to enter data about the mortgage (how many years he’s willing to pay it, how much interest he’s given, how much % of the property he has to pay upfront…). Considering those bits, the profitability (%) of the property will change.
Let’s imagine that there are 100 properties listed.
If every time an investor lists the properties, Bubble has to calculate those things to show the profit, and to list the properties from the highest to the lowest profitability, is that too much for Bubble? Will that make a 100 properties listing take too long (more than 3 seconds)?
If that takes too long and delays the app, which solution do you think I could use?
I thought about storing certain scenarios for each property (a specific number of years, for a specific interest, etc.) so I avoid real-time calculations and it works faster. The counterpart is that the website won’t be too flexible.
Any idea or experience is appreciated.
Thanks!.