Due to circumstances beyond my immediate control, I've been put in charge of
getting some JavaScript code in place and operational ASAP. Normally, I'm a
C++ programmer, and previously have only barely fiddled w/ JS.
The good news is that I have been able to get through the JS coding and
everything is working as expected; the bad news is that it doesn't perform as
well as I'd like.
I feel that the performance problems that I'm experiencing are mainly due to
the (inefficient?) way that I'm doing some things. Unfortunately, I'm not
aware of a JS profiler, nor what specifically I should be looking at in order
to improve performance.
My target is limited to IE (current version).
So, my question is this: is there a way to reliably profile JS code? Are
there any accepted references/resources that discuss the inherent
inefficiencies of common JS coding practices?
Thanks for any info.
getting some JavaScript code in place and operational ASAP. Normally, I'm a
C++ programmer, and previously have only barely fiddled w/ JS.
The good news is that I have been able to get through the JS coding and
everything is working as expected; the bad news is that it doesn't perform as
well as I'd like.
I feel that the performance problems that I'm experiencing are mainly due to
the (inefficient?) way that I'm doing some things. Unfortunately, I'm not
aware of a JS profiler, nor what specifically I should be looking at in order
to improve performance.
My target is limited to IE (current version).
So, my question is this: is there a way to reliably profile JS code? Are
there any accepted references/resources that discuss the inherent
inefficiencies of common JS coding practices?
Thanks for any info.
Comment