Any other changes that would benefit highlighting?
With mod-security enabled we are experiencing a noticeable difference in requests performance which resulted in us
increasing request timeout parameters and provider csvs not upload.
For example with mod-security enabled /provider/csvupload/ POST request with a 99kb file was taking upto 3 minutes to return feedback to the user. With mod-security removed the same request now takes around 700ms at most.
We need to investigate why this happens when mod-security is enabled however at the moment the performance of the frontend has degraded to a point where it is noticeable to the users
Checklist
[ ] Provided JIRA ticket number in the title, e.g. "LGA-152: Sample title"
What does this pull request do?
Remove mod-security
Any other changes that would benefit highlighting?
With mod-security enabled we are experiencing a noticeable difference in requests performance which resulted in us increasing request timeout parameters and provider csvs not upload.
For example with mod-security enabled
/provider/csvupload/
POST request with a 99kb file was taking upto 3 minutes to return feedback to the user. With mod-security removed the same request now takes around 700ms at most.We need to investigate why this happens when mod-security is enabled however at the moment the performance of the frontend has degraded to a point where it is noticeable to the users
Checklist