[
https://issues.apache.org/jira/browse/CXF-6189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14269829#comment-14269829
]
Sergey Beryozkin commented on CXF-6189:
---------------------------------------
I'd probably do that check in context of the JAX-RS runtime decoding the
parameters, '+' does not necessarily have to be decoded, for path components,
etc.
InjectionUtils.decodeValue decodes the parameters.
Can you give me a favor and update your local snapshot to do that check for
queries only (for a start) and see how much do we win really ?
Thanks, Sergey
> Improve memory usage of UrlUtils
> --------------------------------
>
> Key: CXF-6189
> URL: https://issues.apache.org/jira/browse/CXF-6189
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.0.3
> Reporter: Lucas Pouzac
> Labels: performance
> Attachments: screenshot-1.png
>
>
> When I run load test, I find that the management of encoding parameters of
> the urls is consumer memory.
> I do not know if it is possible to optimize this part.
> Throughput of load test : 400 query/s
> ~80% GET query with 6 parameters
> ~20% POST query with 6 parameters GET and 1 payload
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)