Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FN
-
Labels:
-
Customer:OMAN-Tel
Description
API bontIsUsed has Performance Issue:
0.02s versus 1.7s
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:bontIsUsed>
<!-Optional:->
<bontName>IA78_01_MA5612</bontName>
</ser:bontIsUsed>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:bontIsUsedResponse xmlns:ns2="http://server.api.nep.mobinets.com/">
<return>true</return>
</ns2:bontIsUsedResponse>
</soap:Body>
</soap:Envelope>
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
fixed after fixing the FN_NODE_INTERFACE vue performance issue , now takes < 0.2 s