Thursday, March 13, 2014
Wednesday, March 5, 2014
Performance tuning ADF applications
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>
Labels:
ADF,
AppModule,
JDeveloper 12c,
Performance Tuning ADF,
Service Module,
tuning
Monday, March 3, 2014
ADF Command Link Issue in a table with IE 8 or 9 using JDev 11.1.1.5
set the content delivery property to IMMEDIATE for the table
http://lalithavarigaddi.wordpress.com/2013/10/15/issue-with-command-link-in-adf-table-in-jdev-11-1-1-5-ie9/
http://lalithavarigaddi.wordpress.com/2013/10/15/issue-with-command-link-in-adf-table-in-jdev-11-1-1-5-ie9/
Subscribe to:
Posts (Atom)