Hacker News new | ask | show | jobs
by LostInTheWoods 6149 days ago
Scaling on the cheap:

1. Host all your static files (images,css,js) on Google App Engine

2. Avoid hitting your database. Cache everything possible.

1 comments

Taken to its logical extreme, the cache becomes "your database," in which case you didn't need, for example, an RDBMS in the first place.