Known Scripting performance issues
The following are some events which might contribute to slow performance if extensive coding is done:
- BusComp_PreGetFieldValue
- WebApplet_PreCanInvokeMethod
There two events are frequently fired. For PreGetFieldValue event, it is called every time the user interface is updated to repaint the fields and also be called in other internal uses. For
PreCanInvokeMethod event, this is frequently fired in response to user actions.