Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6591059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:22:37+00:00 2026-05-25T17:22:37+00:00

I am developing one web application in that I want to check load time

  • 0

I am developing one web application in that I want to check load time of each and every page or controls load time..

How much time taken to load whole page contents?

I want to calculate asp.net page load Time in Micro second/Second,

How can I know using Javascript/Jquery ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:22:38+00:00Added an answer on May 25, 2026 at 5:22 pm

    Following script help you;

    <SCRIPT LANGUAGE="JavaScript">
    //calculate the time before calling the function in window.onload
    beforeload = (new Date()).getTime();
    function pageloadingtime()
    {
    
         //calculate the current time in afterload 
        afterload = (new Date()).getTime();
         // now use the beforeload and afterload to calculate the seconds
        secondes = (afterload-beforeload)/1000;
         // If necessary update in window.status
        window.status='You Page Load took  ' + secondes + ' seconde(s).';
         // Place the seconds in the innerHTML to show the results
        document.getElementById("loadingtime").innerHTML = "<font color='red'>(You Page Load took " + secondes + " seconde(s).)</font>";
    
    }
    
    window.onload = pageloadingtime;
    </SCRIPT>
    

    Ref from : http://www.dreamincode.net/code/snippet1908.htm

    or

    If you just want to check the time make use of Firebug of firefox which display excution time.
    Something like this enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing one PHP web application, I want to provide more security to
I'm developing one web application, using PHP eclipse IDE. For an instance i want
I'm currently developing a web application that has one feature while allows input from
We are developing a web application where user has to input a One Time
I am developing an web application using php. One of the requirement is the
Hai every one I am developing an windows application in which i have to
I am developing a web application that uses JQuery AJAX and PHP to upload
I’m in the process of developing pretty basic web application, that is mostly so
I am developing one web application using CakePHP , I will be providing one
I am developing asp.net with c#web application. I want to have a control in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.