squid-prefetch
Simple page-prefetch for Squid web proxy
Install
- All systems
-
curl cmd.cat/squid-prefetch.sh
- Debian
-
apt-get install squid-prefetch
- Ubuntu
-
apt-get install squid-prefetch
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install squid-prefetch
- Raspbian
-
apt-get install squid-prefetch
- Dockerfile
- dockerfile.run/squid-prefetch
squid-prefetch
Simple page-prefetch for Squid web proxy
Squid-Prefetch will perform early fetches of pages linked to by pages already read. This means that a user that clicks on a link will have that new page appear instantly instead of having to wait for it to be fetched from the Internet. Only text pages are prefetched on the assumption that the images can be loaded later so long as the text of a page is available for display.