I was wondering if and how other developers were guaging a forms relative performance. Put another way, how can one get an objective idea how burdensome loading a given form (And it’s field data) is?
For example, some OS projects like ZenCart will measure the number of SQL queries run to load a form.
Or…
There are also plenty of web tools that will count a HTML page size and display info the largest elements like images, css, javascript etc.
Does anyone track their solutions forms in such a manner to get a quantitative idea as to how “Heavy” a form is?
Jim