Website Stress Testing using JMeter
Published April 21st, 2010 Under Open Source Tools | Leave a Comment
This video shows you how to use JMeter to stress test your website or web application. JMeter is free and open source software, which you can download from http://jakarta.apache.org/jmeter.
Additional resources:
Testing, Performance Analysis and jQuery 1.4
Published February 22nd, 2010 Under JavaScript, Open Source Tools | Leave a Comment
In the first part of the talk, John reviewed the range of tools available to frontend engineers for unit testing and for analyzing the performance of code. In the latter case, he argues for going beyond pure speed-based benchmarks to structural analyses of performance. By looking at structure, the jQuery team was able to identify and correct bottlenecks, resulting in major performance improvements in the upcoming 1.4 release. In the second part of the talk (beginning at 49:20 in the video), John reviews some of those jQuery 1.4 changes. In the short third section (beginning at 1:03:15), he looks at some interesting trends he’s noticed in the practical application of new HTML 5 elements — especially in older browsers.
Extreme JS Performance
Published February 3rd, 2010 Under JavaScript, User Interface | Leave a Comment
You serve up your code gzipped. Your caches are properly configured. Your data (and scripts) are loaded on-demand. That’s awesome—so don’t stop there. Runtime is another source of slowdowns, and you can learn to conquer those, too. Learn how to profile & benchmark your code to isolate performance issues, and what to do when you find them. The techniques you’ll learn range from the normal (clean up after yourself) to the extreme (unrolling loops).
JavaScript: Measuring Performance, Games and Distributed Testing
Published January 28th, 2010 Under JavaScript, User Interface | Leave a Comment
John Resig touches three JavaScript issues:
* performance measuring: calling getTime() or using a browser extension like Firebug, plus performing complexity analysis,
* creating games: should be multiplayer, hard to cheat, available on all devices, and addictive,
* performing distributed testing to evaluate how a program or game works in a real set.
http://www.infoq.com/presentations/JavaScript-Performance-Games-Distributed-Testing
Introducing YSlow
Published February 6th, 2009 Under Open Source Tools | Leave a Comment
An interview/screencast with Steve Souders of the Yahoo! Exceptional Performance team and YDN, discussing YSlow. YSlow analyzes web pages and tells you why they’re slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool.
keep looking »