![]() Preserved Topic: Need Page Load Timer (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
![]() 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 |
![]() I think Mozilla has something like this, though I haven't taken the time to look at it myself... |
Bipolar (III) Inmate From: |
![]() 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 |
![]() Oh, something like that? This will work: |
Bipolar (III) Inmate From: |
![]() 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: |
![]() If there are any Proxomitron users about, here are some filters I wrote which will inject the above scripts into any page you please. code: [Patterns]
|