[ACE-596] checkRequestNewActivationFeasibility has Performance Issue Created: 19/Feb/26 Updated: 26/Feb/26 Due: 18/Feb/26 Resolved: 26/Feb/26 |
|
| Status: | Closed |
| Project: | ACE |
| Component/s: | FN |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Normal |
| Reporter: | Mbaye Lo | Assignee: | Mbaye Lo |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Milestone2 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Customer: |
OMAN-Tel
|
| Planned Start: | |
| Planned End: |
| Description |
|
checkRequestNewActivationFeasibility has Performance Issue : 2s versus 5s <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/"> |
| Comments |
| Comment by Zein Trabelsi [ 23/Feb/26 ] |
|
add index on Request table by request_no + use query dsl eq method instead equalsIgnoreCase. these changes would decrease response time from 5 to 2 s |
| Comment by Mbaye Lo [ 26/Feb/26 ] |
|
Fixed |