Performance: Form performance testing

Does Webix have performance test results for the Form?
Any results would be helpful.

I have to meet 5 sec. SLA for the form with the following configuration:

  1. 1000 controls in total:
  2. 20 tabs (TabView) with 50 controls on each tab
  3. 10% of fields are DateTime showing short date with popup calendar
  4. 50% of fields are String with max length 200 chars, data fill factor 50%
  5. 20% of fields are Numeric with max length 9 chars, 50% of numeric fields have random numeric data (100-100,000,000)
  6. 20% of fields are drop-down list boxes with 20 string options in each list box.

HW configuration on client side is undefined yet, but expected an average corporate PC (read “antique”).

http://webix.com/snippet/ce7c679e

It gives me about 0.5 second nearly in all browsers ( Chrome, FireFox, IE10 )
On old hardware it will be probably about 2 times slower (the single core performance doesn’t differ much between old and modern PC ), and if you will need to run it in IE8 - expects it to be 2-3 times slower.

Sounds great. Thanks.