Server Call Return Time affected by number of forms

@stefano.menci thanks for the test code update.

I still get a minimum call difference of 160ms between the test project clones included above, the one with client forms (min:276ms) and the one without client forms (min:119ms).

When I do the same test in my project with approx. 300 forms the min is 1534ms and the average is 1751ms (being what my users are currently experiencing including the 200-ish ms noise).
My large app output:
image

In terms of subdomains, I’ll try this as a potential solution and have message the Anvil team to add a new app to my domain as a subdomain.
As mentioned before, my concern with this option is creating re-usable components in a library app and that library app being the slow-down issue. Do you use an app as a component library in this way, and if so does this impact the server call times?

P.S. just an FYI - I’m not doing anything with the ticketing app, I just needed a shareable example with multiple client forms (replicating the 300 form project was going to be too time intensive!!)