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 693935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:48:18+00:00 2026-05-14T02:48:18+00:00

I work on an internal corporate system that has a web front-end using Tomcat.

  • 0

I work on an internal corporate system that has a web front-end using Tomcat.

  1. How can I monitor the rendering time of specific pages in a browser (IE6)?
  2. I would like to be able to record the results in a log file (separate log file or the Tomcat access log).

Ideally, I need to monitor the rendering on the clients accessing the pages.

  • 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-14T02:48:19+00:00Added an answer on May 14, 2026 at 2:48 am

    In case a browser has JavaScript enabled one of the things you could do is to write an inline script and send it first thing in your HTML. The script would do two things:

    1. Record current system time in a JS variable (if you’re lucky the time could roughly correspond to the page rendering start time).
    2. Attach JS function to the page onLoad event. This function will then query the current system time once again, subtract the start time from step 1 and send it to the server along with the page location (or some unique ID you could insert into the inline script dynamically on your server).
    <script language="JavaScript">
    var renderStart = new Date().getTime();
    window.onload=function() { 
       var elapsed = new Date().getTime()-renderStart;
       // send the info to the server 
       alert('Rendered in ' + elapsed + 'ms'); 
    } 
    
    </script>
    
    ... usual HTML starts here ...
    

    You’d need to make sure that the page doesn’t override onload later in the code, but adds to the event handlers list instead.

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

Sidebar

Related Questions

We work on an internal corporate system that has a web front-end as one
I have been using com.sun.org.apache.xpath.internal.XPathAPI for some time and it seems to work ok.
I work for a .NET/MSSQL shop that has trouble supporting customers running Novell, partially
I’ve got a situation with a large internal corporate web based application running ASP.NET
I have a program that makes calls to an internal web API. However when
I'm working on a internal web application (only employees can log in) and need
Has anyone got EclipseLink MOXy (I'm using eclipselink 2.1.0) to work with Java 5?
(Using Rails 2.3.5 on an internal work server with no choice of versions, and
My work runs a couple different internal web apps on an ubuntu server (10.10)
I work on a 32 bit end user application that needs a lot of

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.