My application loads a xml and update xml elements for each request.
I have 10 to 20 requests come at a time , the xml loading process is taking some time for each request because it is in synchronized block.
The xml size is 500 KB and used DOM parser (Legacy code).
Are there any ways to improve performance?