Caching Strategies
by Michal Špaček
- 4,051 views
A common request sent from your web browser to a web server goes quite a long way and it can take a great deal of time until the data your browser can display are fetched back. I will talk about ...
A common request sent from your web browser to a web server goes quite a long way and it can take a great deal of time until the data your browser can display are fetched back. I will talk about making this great deal of time significantly less great by caching things on different levels, starting with client-side caching for faster display and minimizing transferred data, storing results of already performed operations and computations and finishing with lowering the load of database servers by caching result sets. Cache expiration and invalidation is the hardest part so I will cover that too. Presentation will be focused mainly on PHP, but most of the principles are quite general work elsewhere too.
Accessibility
Categories
Upload Details
Uploaded via SlideShare as OpenOffice
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 2
- Downloads
- 73
- Comments
- 1
- Embed Views
- Views on SlideShare
- 3,343
- Total Views
- 4,051
1–1 of 1 previous next