[JavaScript] Page loaded in x seconds - PHP / JS / CSS JAVA - GAMELIFE România Jump to content

Recommended Posts

  • Members
Posted (edited)

Salutare, 

 

(function(){
  const t = window.performance && performance.timing;
  if (!t) {
    return;
  }
  const loadTime = (t.loadEventEnd - t.navigationStart) / 1000;
  alert(`Page loaded in ${loadTime} seconds`);
}())
Edited by BeNy gL
  • Like 2

Salutare, pentru website-uri PM.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...

Important Information