View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006400 | Compliance Test Tool (CTT) Unified Architecture | 6 - Performance Problem | public | 2021-01-25 13:02 | 2021-02-05 16:10 |
Reporter | Alexander Allmendinger | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 1.03.341.397 | ||||
Summary | 0006400: Optimizing UA Service Calls in library | ||||
Description | In the JavaScript library implementation of the UA Service calls there are significant performance issues. The bad performance is the result of multiple functions for validation and trace output which are all running through the list of items individually. This results in the read service call that the complete list of items is run through 5 times. This could be enhanced by optimizing the trace and checks by a combined function call. | ||||
Additional Information | E.g. after receiving the ReadResponse:
| ||||
Tags | No tags attached. | ||||
Files Affected | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-25 13:02 | Alexander Allmendinger | New Issue | |
2021-02-05 16:10 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2021-02-05 16:10 | Paul Hunkar | Status | new => assigned |