bmsterling wrote:
> Steven, thanks, I don't know where the bottle-necking is as I pointed in my
> initial post, I was just seeing if anyone had away to speed it up.

Benjamin,

I think that was my point! You say "away to speed it up", what is "it", 
the whole thing? Sure get faster hardware, but that is probably not the 
answer you were looking for :). But if you want to speed up the code you 
need to find out what code is slow. Hence you need to profile the code 
and find out where it is slow. It is likely in the wz code, but you 
really need to know that for sure. You might have a silly bug that is 
causing something to loop a bunch of extra times or whatever. I'm pretty 
sure there was a recent post about a javascript performance profiling 
tool. This would let you know where you time is being spent, and hence 
where you need to focus your efforts.

Ah, found it! In the new firebug 1.0beta there is a profiling tool.

-Steve

> Dave, I am kinda limited by what I can use.  This app will be put on a chip
> similar to the linksys admin panel in a router.  I wanted to use flash or
> java, but I have still not gotten the space requirements and stuff of that
> nature.
> 
> I read thru that site before and figured I missed something in my research
> that someone else may have done something like this before.
> 
> I have never heard of vml before, heard of svg and that was not an option. 
> But I will do some research on vml and see if that is an option.
> 
> Thanks for the help, I appreciate it.
> 
> 
> Benjamin Sterling
> KenzoMedia.com
> Kenzohosting.com


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to