Showing 81-97 of 97 results in 0.01s suggest a link
johnresig.com/blog/browser-page-load-performance
John Resig - Browser Page Load Performancehe was responsible for YSlow (a great tool for measuring ways to improve the performance of your site) and he wrote the book on improving page performance: High performance Web Sites. Changes in this area will yield some of the largest benefits to browser p..web.archive.org/web/20120404012802/jsperf.com/javascript-mixin-performance
JavaScript mixin performance * jsPerfApr 2012 - For accurate results, please disable Firebug before running the tests. MixRectLabel = mix(MixRectangle, MixLabel, MixRectLabel); new MixRectLabel({canvas: []}).render(); var JsFaceLabelRectangle = Class([ JsFaceLabel, JsFaceRectangle ], { constructor: funct..ilia.ws/files/phptek2007_performance.pdf
PHP & Performanceweb.archive.org/web/20100912141739/blog.mozilla.com/rob-sayre/2010/09/09/js-benchmarks-closing-in
JS Benchmarks: Closing InSep 2010 - Contributors to the Mozilla JS engine are making performance improvements throughout the Firefox 4 development cycle, and the progress has been pretty rapid. I'm not sure measuring the speed of this loop is very useful, but Firefox is the world champion at ..voidcanvas.com/javascript-performant-coding-tips
17 JavaScript / node.js performance coding tips to make applications fasterjohnresig.com/blog/library-loading-speed
John Resig - JavaScript Library Loading SpeedThey wanted to understand a few things about how quickly javascript libraries loaded (obviously, their loading speed grossly effecting the total loading speed of a page). Now, some might argue that testing the speed of un-cached pages would be unfair, howev..johnresig.com/blog/talk-performance-improvements-in-browsers
John Resig - Talk: Performance Improvements in BrowsersI gave a talk last week at Google (at the request of the excellent Steve Souders) all about the performance improvements, and new APIs, that are coming in browsers. I cover the new browsers, their javascript engines, their javascript performance, and then d..johnresig.com/blog/fast-javascript-maxmin
John Resig - Fast JavaScript Max/MinI’ve been saving this technique for a while now – it’s simple, but it’s good. The premise behind this technique is simple (and obvious once you see it): Just find any built-in javascript function that takes unlimited arguments – it’ll now be just as easy to..web.archive.org/web/20110316194149/dumitruglavan.com/jquery-performance-tips-cheat-sheet
jQuery Performance Tips Cheat Sheet | Dumitru GlavanMar 2011 -stackoverflow.com/questions/23123138/perform-debounce-in-react-js/28046731#28046731
javascript - Perform debounce in React.js - Stack OverflowI'm not defining a debouncing function in this answer as it's not really relevant, but this answer will work perfectly fine with NOT a good idea: var SearchBox = React.createClass({ method: function() {...}, debouncedMethod: function() { var debounced = deb..web.archive.org/web/20130206232326/codeflow.org/entries/2013/feb/04/high-performance-js-heatmaps
High Performance JS heatmaps - CodeflowFeb 2013 -wingolog.org/archives/2013/06/11/ecmascript-generators-from-a-performance-perspective
ecmascript generators from a performance perspective -- wingologJun 2013 - Once you've made the optimized function, you swap the function's code pointer, and the next time you call the function you get the optimized version instead of the generic version. Perhaps it's still possible to optimize, as OSR is a form of irreducible loo..calendar.perfplanet.com/2010/bulletproof-javascript-benchmarks
Web Performance Calendar >> Bulletproof JavaScript benchmarksThis is part of the reason why I created jsPerf, a simple web interface that allows you to very easily create and share test cases comparing the performance of different code snippets. It uses pattern A to loop a test n times, but uses adaptive test cycles ..blog.sqreen.io/webassembly-performance
WebAssembly vs. the world. Should you use WebAssembly? - Sqreen Blog