On Sun, May 06, 2007 at 01:51:01PM +0200, Andrew wrote: > When I view (tail -f /var/log/squid/access.log) about 70% for the > time I get Miss's. > > How do I get squid to cache more and stop these Miss's Firstly, are you sure the content has been previously requested through your cache? Secondly, are the misses for resources which ought to be cacheable? You might try seeing what the cacheability engine has to say about it, using: http://www.ircache.net/cgi-bin/cacheability.py or http://www.web-caching.com/cacheability.html Thirdly, how are your cache_dir's and refresh_pattern's configured, and do you have any "cache deny" lines in your squid.conf?