Preserved Topic: Need Page Load Timer (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 11-04-2002 18:44
Does anyone have a fast and accurate JS profiler that can display the time it takes a browser (any browser) to fully render a page? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-04-2002 19:03
I think Mozilla has something like this, though I haven't taken the time to look at it myself... |
Bipolar (III) Inmate From: |
posted 11-04-2002 19:14
Thanks Slime, but what I need is a script that will run in most browsers. I already have a modified script I found elsewhere (sorry I don't remember) but it lacks accuracy. Here it is. code: <SCRIPT>
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-04-2002 19:54
Oh, something like that? This will work: |
Bipolar (III) Inmate From: |
posted 11-05-2002 03:01
Duh! I don't know why I didn't think of that. Thanks for jogging my brain. Based on your script here is what I came up with which is added to the very beginning of the document. code: <script type="text/javascript">
|
Bipolar (III) Inmate From: |
posted 11-15-2002 20:42
If there are any Proxomitron users about, here are some filters I wrote which will inject the above scripts into any page you please. It may not give accurate results for a page for which the window.onload event is already defined because the second filter replaces it, but since one of the most common uses of the onload event is to load in-your-face SPAM, who cares if that crap gets lost along the way. code: [Patterns]
|