Archive for the ‘Site Optimization’ Category

jsPerf: JavaScript performance playground

January 16, 2012

jsPerf — JavaScript performance playgroundWhat 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. For more information, see the FAQ.

via jsPerf: JavaScript performance playground.

Is there any end to cool JavaScript tools?

What are the use cases for RequireJS vs. Yepnope vs. LABjs? – Quora

November 4, 2011

Require.JS

Surprisingly to some (as the author of yepnope), this is the script loader that I use most. Also, I don’t like referring to it as a script loader, at all. It’s way more than a script loader. It just _happens_ to have script loading capabilities as a by-product of what it’s actually trying to accomplish: dependency management via modules.

Require.js is perfect for large applications, especially single page apps. It uses the AMD module specification for defining and requiring modules, and it loads these modules via a built in script loader. But again, that’s secondary. In the end, you should be using Jame’s Burke’s require optimizer `r.js` ( https://github.com/jrburke/r.js ) to build your application into a single file or two, so in production, this is barely a script loader at all.

via What are the use cases for RequireJS vs. Yepnope vs. LABjs? – Quora.

Exploring the software behind Facebook

February 22, 2011

Exploring the software behind Facebook, the world’s largest sitePosted in Main on June 18th, 2010 by PingdomAt the scale that Facebook operates, a lot of traditional approaches to serving web content break down or simply aren’t practical. The challenge for Facebook’s engineers has been to keep the site up and running smoothly in spite of handling close to half a billion active users. This article takes a look at some of the software and techniques they use to accomplish that.

via Royal Pingdom » Exploring the software behind Facebook, the world’s largest site.

Top 20+ MySQL Best Practices | Nettuts+

November 1, 2010

Nice summary of best practices for MySQL programming.

via Top 20+ MySQL Best Practices | Nettuts+.

REDbot: web caching evaluation site

October 22, 2010

REDbot:.  Let’s get cache smarter.

WebPagetest

September 8, 2010

WebPagetest. Web based site performance analytics.


Follow

Get every new post delivered to your Inbox.

Join 178 other followers