Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

performance API not calculating(for every action) the dom load timing,page load time..etc properly in firefox and the same works fine in chrome browser.

  • No replies
  • 1 has this problem
  • 1 view
more options

performance API not calculating(for every action) the dom load timing,page load time..etc properly in firefox and the same works fine in chrome browser.

1) Launch and login to an application/any application in firefox. 2) Calculate the performance navigation timings 3) Do an action in the application and the performed action page loads the page (DOM changes) 4) Calculate the performance navigation timings now again.

Expected: The PerformanceNavigationTiming attributes are not updating on every action even there is a change in DOM. Actual: The PerformanceNavigationTiming attributes should be updated for every action if there is a change in DOM.

The above behaviour is working fine in chrome.

performance API not calculating(for every action) the dom load timing,page load time..etc properly in firefox and the same works fine in chrome browser. 1) Launch and login to an application/any application in firefox. 2) Calculate the performance navigation timings 3) Do an action in the application and the performed action page loads the page (DOM changes) 4) Calculate the performance navigation timings now again. Expected: The PerformanceNavigationTiming attributes are not updating on every action even there is a change in DOM. Actual: The PerformanceNavigationTiming attributes should be updated for every action if there is a change in DOM. The above behaviour is working fine in chrome.