Delay in loading default values, Causing bad user experience

@ThinhDinh , we have moved everything to the glide tables and the glide columns are being computed using hyper formulas, etc. As discussed in Assign default values for the number entry input fields in the glide app . Our main/ only concern right now is how we can move this default values to the glide. Before moving logic to the glide tables we have noticed that there was a lag of 10-15 seconds maximum for the input data fields to appear in the app screen, and for the computation of any fields it used to took us 15-30 seconds to update. but after few suggestions from the community we have done three actionable:

  1. Moved our entire logic to the glide table.
  2. We have added some more columns to support our features in the google sheets.
  3. We have added more 50 users.

After all these actionable published, when we test the app performance then we have noticed a huge delay of 2-3 mins to update the input fields while it was 10-15 seconds before. As discussed the tables, graphs etc. are updating quickly but these are dependent on the input fields coming from the gsheets which also shows blank.