Hacker News new | past | comments | ask | show | jobs | submit login
Cache me if you can (bitquabit.com)
33 points by gecko on June 10, 2011 | hide | past | favorite | 1 comment



Good post. When you are faced with performance issues one of the #1 things you can do is look at what you can cache.

Can you cache requests? Page renders? Database objects? How about function calls?

Caching isn't a panacea but it is certainly one of tools in your set of optimization tactics.

Other stuff I generally look for when trying to optimize include:

- Connection times and connecting pooling - Memory constraints - Duplication of data




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: