| Manipulating the Cache | ||||||||||||||||
|
|
||||||||||||||||
| Controlling How Your Readers See Your Pages | ||||||||||||||||
|
|
||||||||||||||||
|
|
||||||||||||||||
Web servers and browsers use a tool called a cache to help pages load more quickly.
Under normal circumstances, when you go to a Web page, your Web browser stores a copy
of it and all the images on it on your hard drive. This cache of pages allows the
browser to display pages faster the second time you go to the page. This caching
can be controled by the user and the Web developer.
Along with browser level Web caching, there is also server level caching. This acts
in essentially the same way as browser-level caching, but at the server itself. It
is often set up by Web managers to reduce the load on their servers. This type of
caching cannot be controlled by the user. It can, to some extent, be controlled
by the Web developer.
How Web Developers Control the Cache You can force your pages to load from the server every time someone comes to the page or after a specific date (ie. if you update once a week, you can set it up to refresh only after your update date).
Every Time
After a Date |
||||||||||||||||

