Caching is your friend. If you have to present data that comes out of a database, and you run a website that gets a lot of traffic and requests, especially if the data is "read only" (which it almost always is), you can get - in most cases - vastly improved throughput by caching this data for as little as 1/2 of one second.
No comments:
Post a Comment