Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Friday, February 17, 2012
How to measure the perfomance of the jQuery code
I know some selectors are faster than others, and of course our own methods can be faster or slower.
Is there any software/app that analyzes cpu usage or even is able to compare/benchmark among versions?
I'd recommend using JS Perf, which, given the appropriate html to work with, and a range of JavaScript approaches/'Test cases', will give a performance analysis of those approaches.
Heck yeah!
ReplyDeletejsPerf — JavaScript performance playground
What is jsPerf?
jsPerf aims to provide an easy way to create and share test cases,
comparing the performance of different JavaScript snippets by running
benchmarks.
I'd recommend using JS Perf, which, given the appropriate html to work with, and a range of JavaScript approaches/'Test cases', will give a performance analysis of those approaches.
ReplyDelete