Posted By: kidzi | Feb 13th, 2006 @ 1:03 PM
page 1 of 1
Comments: 5 | Views: 6493
Hello - I have a HTML page which I've modified to include some JavaScript. I'd like to do some sort of metrics to determine how much 'longer' this page may or may not take. 

Technically, I'm taking 72k of HTML, and using externally cached JS files, one with 20k of data, and basically 'creating' the 72k of html and then innerHTMLing it.  Doing so will enable caching across all of our pages, vs putting that load on every page for the site.

Does anyone know of some sort of freeware tool which is able to slow down an app, or even the machine (to like 500 mhz single proc) so that I can see the time the page with this new javascript code?
Harlequin
Harlequin
Don't touch that mustard. It's Jerry and Bills.
Maybe just throw a couple of <script> tags in your code with some timers to help kill a few seconds...
W3bbo
W3bbo
The Master of Baiters
First off, why did you mention Netscape?

It doesn't exist anymore, the engine is now known as Gecko, the "Netscape" browser (version 8) is just a rebranded Firefox distribution, nothing special.
CannotResolveSymbol
CannotResolveSymbol
{insert caption here}
W3bbo wrote:
First off, why did you mention Netscape?

It doesn't exist anymore, the engine is now known as Gecko, the "Netscape" browser (version 8) is just a rebranded Firefox distribution, nothing special.


Technically, both Mozilla Javascript implementations were created by Netscape.  Looking at the project page, it looks like JS never had the major rewrite that the layout engine did with NewLayout/Gecko.
Techboy
Techboy
New to .NET :)
Error: [Exception... "Component returned failure code: 0x80040111
(NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult:
"0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame ::
<removed>/forum/chatspot/xmlhttprequest.js :: anonymous :: line
30"  data: no]
Source File: <removed>/forum/chatspot/xmlhttprequest.js
Line: 30
Actually Firefox is rebranded Mozilla, which is rebranded Netscape.. and updated a little. They all use the same engine.

Anyway, as for the question... http://www.cpukiller.com/ mght help you Smiley
page 1 of 1
Comments: 5 | Views: 6493