Tuesday, February 09, 2010

Use Web Caching to Make Your Web Site Faster

Use Web Caching to Make Your Web Site Faster: "In computer science, caching reduces the delay of data traveling from the storage system to the user. Your computer's RAM, for example, is a caching system that spares your running programs from needing to access the hard drive thousands or even millions of times during execution. Web caching on the Internet works similarly; it prevents a round trip to the original server (which could be on the other end of the world) every time the user requests a resource."