Details
Description
CXF selects the msgBodyReader/writer in the reader/writer list for every request, which has big impact to the performance. Jersey also has the cache in org.glassfish.jersey.message.internal.MessageBodyFactory._getMessageBodyReader(...). I have tried add the cache for CXF in ProviderFactory and been proved that it has improved 7-8% for json requests in JMeter. Please let me know if you'd like me to add the enhancement for CXF. Thanks.
http://cxf.547215.n5.nabble.com/MessageBodyReader-Writer-cache-td5767091.html
Attachments
Attachments
Issue Links
- is related to
-
CXF-6826 Cache MediaTypeHeaderProvider.valueOf(String mType) results
- Closed