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

  • Home
  • SEARCH
  • 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 3362026
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:13:24+00:00 2026-05-18T03:13:24+00:00

Is there a JavaScript library that can perform timing of the webpage when it

  • 0

Is there a JavaScript library that can perform timing of the webpage when it loads? For example the customer calls with a performance problem. We tell them to turn on a “debug” checkbox, which would send browser performance info back to the web-server, and the web-server would then phone home. We can then see exactly what was happening in their browser.

I’m interested in something like what FireBug “Net” tab or YSlow produces, without requiring the customer to install anything or modify their browser in any way. Does it exist (commercial software is OK)?

  • 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-18T03:13:25+00:00Added an answer on May 18, 2026 at 3:13 am

    There isn’t any software up to this task that I’m aware of. Logging network traffic cannot be done by a general algorithm on a webpage due to security issues I think. In fact, Firebug has a Bookmarklet version, which is known to be act as part of the webpage, and it has most of the functionalities except the Net panel.

    My suggestion would be a self-maintained debug mode of a webpage, because it seems to be the only way to collect data from the website. The idea would be to set up a simple Timer and save key events of the page load, finally post it to the server for further processing. This can be a simple request of an img for instance _tracker.gif?onload=4.3&domload=3.21&e1=0.4&e2=1.3

    Listening for window.onload and DOM ready are rather common tasks, and are relatively easy to do.

    The other custom events can be generated in two ways:

    • tracker image with img.onload handler that registers the time elapsed since the beginning. The idea is that each tracker image represents a key event during page load.
    • adding onload listeners to certain resources themselfs. Like big script files, or images.

    What may also be essential in debug mode is catching possible errors. This can be obtained via the window.onerror event listener, which is supported is most browsers.

    If you want more detailed logging of network traffic you may also wrap your AJAX hanlder into a manager object that supports logging.

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

Sidebar

Related Questions

I'm looking for a javascript charting library that can display interactive bar graphs on
Is there any JavaScript library that makes a dictionary out of the query string,
These ribbon in stackoverflow and uservoice.com looks nice. is there any javascript library/jquery plugin
Is there a javascript function I can use to detect whether a specific silverlight
is there any Javascript OOP library to easily work with classes, inherence and the
Lets say I pick up a pure Javascript library... one that doesn't rely on
I have a piece of JavaScript that's part of a library that I want
Is there any JavaScript method similar to the jQuery delay() or wait() (to delay
Is there a JavaScript equivalent of Java 's class.getName() ?
There is a JavaScript parser at least in C and Java (Mozilla), in JavaScript

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.