This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Mar 4, 2013, 12:39 PM
1 Posts

How to display the loading time for a xPages

  • Category: Server Side JavaScript
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags:
  • Replies: 1
Try to store the date in a session scope and make a difference but it don't work at all
 
On click
sessionScope.StarTime=new Date()
 
On display
var wTime=new Date()
var wDiff=wTime-sessionScope.StartTime
"Temps de chargement " + wDiff + " ms"
 
Thanks
Mar 4, 2013, 2:06 PM
149 Posts
Re: How to display the loading time for a xPages
I suggest you post your question here
 http://stackoverflow.com/questions/tagged/xpages
 
 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal