It's not a reverse proxy I'm afraid. I'm trying to speed up browsing for the users. So I want to pre fill the proxy with the next link that they are likely to click on (within reason of course). Thanks Matt -----Original Message----- From: jamie@xxxxxxxxxxxx [mailto:jamie@xxxxxxxxxxxx] Sent: 30 January 2009 11:18 To: squid-users@xxxxxxxxxxxxxxx Subject: Re: Precaching? Is it possible? I use Wget to do this. If you turn on directory browsing on your web server and point wget at it recursively it should be able to pull back everything via the proxy, and thus cache it at the proxy ----- Original Message ----- From: Ralf Peng [mailto:ralf.peng@xxxxxxxxx] To: matt.browne@xxxxxxxxxxxxxxxxxxxxxx Cc: squid-users@xxxxxxxxxxxxxxx Sent: Fri, 30 Jan 2009 18:45:03 +0800 Subject: Re: Precaching? Is it possible? if it's in reverse proxy, it's possible. write a script to fetch all the links through Squid. 2009/1/30 Matt Browne <matt.browne@xxxxxxxxxxxxxxxxxxxxxx>: > Hi, > > Does anyone know if it's possible to configure precaching in squid. Ie > squid will follow all the links on a page and cache the contents before > the user goes there? > > I have seen it on other proxies but I can find how to in Squid. > > Thanks > > Matt >