Danke erstmal für die Antwort. Ich habe gerade nochmal in der squid.conf nachgeguckt. Der Wert für die minimale Objektgröße (minimum_object_size) ist bei 0 KB, es sollte also eigentlich alles gecached werden. Der maximale steht bei 4096 KB.
Auf deinen Hinweis, dass es sich um ein DNS-Problem handeln kann habe ich die Eintragungen bzgl. DNS angeguckt. Die Konfigurationsdatei von squid nimmt standardmäßig die eingetragenen Server aus der resolv.conf. Dort sind aktuell folgende Server eingetragen:
217.237.148.70
217.237.150.115
Das sind zwei aktuelle Nameserver von T-Online. Die Namensauflösung funktioniert von der Konsole aus, eine ping auf www.heise.de wird richtig aufgelöst. Komischerweise kann ich die Nameserver direkt nicht anpingen.
Noch eine weitere Idee?
Edit:
Hab mich selbst nochmal auf die Suche gemacht bzgl. Namensauflösung und bin auf folgenden Beitrag gestoßen, der ggf. genau meinem Problem entspricht:
This *might* be the same problem as I encountered recently, that in our case
(squid-2.6.STABLE17, no authentication) caused very slow loading of applets.
Here is the record from our task log that shows what we did to fix it. Hope it
helps.
"The delay was observed in Wireshark traces to be due to unsatisfied netbios
name -service requests from client to proxy. Googling "netbios name java applet
proxy" found chatter regarding known bugs in Java 5 still present in Java 6.
The applet loader attempts to do a reverse lookup of a source host ip. It
attempts firstly using DNS. That fails for our proxies as they are not in DNS.
The applet loader then tries to resolve using netbios name services, but
instead of using the WINS server specified for the PC's interface in the
MSWindows Networking setup, it attempts to use the proxy, on which there is no
netbios server, hence long delays due to request timeouts. The two possible
workarounds are a) configure the proxies in internal DNS or b) install Samba
netbios services on the proxies. The former is vastly easier and better and was
immediately successful."
Jetzt stellt sich für mich die Frage, was genau mit
configure the proxies in internal DNS
gemeint ist. Die Namensauflösung im internen Netzwerk wird über einen Win2003-Server geregelt. Muss ich dort den Proxy eintragen und wenn ja, wo?
Gruß Cermit