Description
I have an application run with struts2, recently I found my application performance downgraded if struts2 upgraded. a special use case:
ab -n 3000 -c 150 http://localhost/login
requests/second | struts2 version |
---|---|
684 | 2.3.16 |
515 | 2.3.18 |
312 | 2.3.24 |
It's appreciatory if someon test with official example.
I think struts2 should focus on performance improvement, make struts2 more configurable to deal with performance and security trade-off.
Attachments
Issue Links
- is duplicated by
-
WW-4587 LocalizedTextUtil not caching negative ResourceBundle.getBundle results
- Closed