emuman
September 30th, 2007, 05:04 AM
Konqueror doesn't have a dns cache by default. For every item on a page it makes a new dns call. To speedup konqueror install an dns cache:
sudo aptitude install dnsmasq
Make the following line the first entry in /etc/resolv.conf:
nameserver 127.0.0.1
sudo aptitude install dnsmasq
Make the following line the first entry in /etc/resolv.conf:
nameserver 127.0.0.1