Wednesday, April 15, 2015

JDev/ADF sample - Monitoring Page Load Time on ADF UI Client Side

  • Monitoring Page Load Time on ADF UI Client Side. In certain situations, it might be useful to monitor ADF page load time. This is pretty easy to achieve with Navigation Timing API and Java Script. Navigation Timing API is supported by modern browsers and allows to retrieve client side load time. It takes into account data transfer time and actual rendering in the browser - real time it took for a user to see the content.
    Download - ADFAltaApp_v2.zip

No comments: