http://technology.amis.nl/2014/01/17/adf-performance-tuning-improve-your-oracle-adf-app-response-time-by-as-much-as-70-percent/
https://andrejusb.blogspot.com/2018/07/adf-postback-payload-size-optimization.html
<context-param>
<param-name>oracle.adf.view.rich.POSTBACK_PAYLOAD_TYPE</param-name>
<param-value>dirty</param-value>
</context-param>
- Reference Pool Size set to Number more than concurrent users
- if no. of concurrent users are 300 set Reference Pool Size to 400
Make sure if ReadWrite View Object is only used to insert Rows ->
set the Tuning Properties of the View Object to ---->
https://andrejusb.blogspot.com/2018/07/adf-postback-payload-size-optimization.html
<context-param>
<param-name>oracle.adf.view.rich.POSTBACK_PAYLOAD_TYPE</param-name>
<param-value>dirty</param-value>
</context-param>
No comments:
Post a Comment