Hacker News new | ask | show | jobs
by andymism 5594 days ago
IIRC, Posterous does this as part of their caching strategy. Static content is HTTP cached and dynamic content is pulled in via AJAX on page load. The result is that the primary content is available fast and dynamic secondary information (such as view count, etc) pops in soon after.
1 comments

Jolly good. A site that understands the concept of 'progressive enhancement'.