What components of your site do you typically "offload" or embed?

Posted by Chad on Stack Overflow See other posts from Stack Overflow or by Chad
Published on 2009-07-28T04:01:56Z Indexed on 2010/05/01 0:17 UTC
Read the original article Hit count: 526

Filed under:
|
|
|

Here's what I mean. In developing my ASP.NET MVC based site, I've managed to offload a great deal of the static file hosting and even some of the "work". Like so:

  1. jQuery for my javascript framework. Instead of hosting it on my site, I use the Google CDN

  2. Google maps, obviously "offloaded" - no real work being performed on my server - Google hosted

  3. jQueryUI framework - Google CDN

  4. jQueryUI CSS framework - Google CDN

  5. jQueryUI CSS framework themes - Google CDN

So what I'm asking is this, other than what I've got listed...

What aspects of your sites have you been able to offload, or embed, from outside services?

Couple others that come to mind...

OpenAuth - take much of the authentication process work off your site Google Wave - when it comes out, take communication work off of your site

© Stack Overflow or respective owner

Related posts about embed

Related posts about cdn