Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Ways of caching

by tomhukins (Curate)
on Jul 05, 2004 at 12:03 UTC ( [id://371860]=note: print w/replies, xml ) Need Help??


in reply to Ways of caching

The approaches you mention will help reduce server load by reducing the frequency with which you need to regenerate pages.

When serving information over HTTP, you can reduce server load further by allowing Web caches to serve previous versions of unchanged content. It's possible to make pages cacheable, yet ensure that caches won't serve stale information by using HTTP's If-Modified-Since header field.

See the Caching Tutorial for Web Authors and Webmasters for detailed information.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://371860]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found