Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: OT: Apache/perl question

by maverick (Curate)
on Dec 19, 2007 at 17:03 UTC ( [id://657917]=note: print w/replies, xml ) Need Help??


in reply to OT: Apache/perl question

Hmmmm....I have the sneaking feeling that this might lead to caching issues. Squid for example looks for a ? in the URL as a hint to know if something can be cached or not.

/\/\averick

Replies are listed 'Best First'.
Query strings and caching
by dorward (Curate) on Dec 20, 2007 at 01:24 UTC

    If it does, then its broken. The presence of a query string shouldn't have any influence on caching, it means nothing other than "This URI could have been generated with a form and user provided data".

    http://search.yahoo.com/search?p=perl has a query string, but the significant content of that page is likely to change less frequently then that of http://perlmonks.com/ (which doesn't).

    If a tool wants to do sane caching, then it should pay attention to HTTP's collection of cache control headers.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-23 19:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found