Form Performance...

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

Hi Jim,

You can check the query log on the server to get an idea…

http://yourip:8080/servoy-admin/dbperformance

if you can’t work what the different queries are, clear the statistics,

  • load you form in client,
  • refresh the statistics…

hope this helps,