How fast is Agile Toolkit?
200 x
- Frame
- Form
- Field line
- Field Button
- Form jQuery Chain
- URL object
- 12 templates
Agile Toolkit adds minimum overhead to your software. UI layer is highly optimized and shows amazing performance. Lets demonstrate by putting 200 forms on a page. Each form is an individual object which also consists of sub-elements such as fields, buttons and a template.
This page rendering required 43 objects and 49 templates. Forms in a test required 6 objects per form and 12 templates per form including the frame. In total it took 3692 objects and on average takes 0.8 seconds to execute on Amazon AWS instance, around 0.0002 per object. This benchmark should demonstrate both how efficienc PHP is with objects and how efficiently each object is developed.
It must be noted that each form is fully functional, includes validation, uses AJAX for submission and validation.
Result |
Code
for($i=0;$i<200;$i++){ |
