Friday, April 17, 2015

JDev/ADF sample - Monitoring PPR Request Time on ADF UI Client Side

  • Monitoring PPR Request Time on ADF UI Client Side. We can measure how long it takes to process request on the server side, however it is equally important to measure how long PPR request takes on the client side. Mainly because this will be a key factor for application performance exposed to the end user. There is relatively easy approach in JSF 2.0 to measure PPR request time on client side - with a special ajax tag. ADF 11g R2 and ADF 12c are based on JSF 2.0, this means we can use such tag and measure request performance. Read in my previous post how to monitor page load time in ADF UI client - Monitoring Page Load Time on ADF UI Client Side.
    Download - ADFAltaApp_v3.zip

No comments: