Hi all, I am struggling with the setup of my app, so therefore I hope that the community can help me with my issue. I have a loan comparison tool built, in which each User can see how much he can borrow for a total of 19 providers. Each provider has unique variables, like interest rates. The user has standard inputs ( like income and the amount he wants to borrow)In the end, the user gets a results table of 19 rows ( each provider has a unique row) and the results ( like the monthly rate) for each provider. The results table is standard and is generated through an import records function ( since every user is validated against the same 19 providers). However, the issue comes that to determine the results ( for each row of a total of 19), around 25 equations are used… and the issue with the equations is that the result of eg equation 14 is an input for equation 15… and so on… so the problem is that generating my results table ( through an Action link with a nice loading spinner ) takes around 100 seconds to load… that’s seriously long ( and maybe too long)… so does anyone has dealt with this same issue ? I don’t know how to take a shortcut, since the users expects to be checked for 19 providers ( so I need 19 rows) and the equations are subsequently used, in the case that outputs for some equations are used as inputs for other equations…
So far I haven’t found the solutions, so maybe one of the community members can help me pointing the right direction.