From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 19:24:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 759721065679 for ; Wed, 22 Sep 2010 19:24:52 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA1F8FC08 for ; Wed, 22 Sep 2010 19:24:51 +0000 (UTC) Received: by iwn34 with SMTP id 34so895863iwn.13 for ; Wed, 22 Sep 2010 12:24:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=OO2+FaHcXOIigt79WNhnadKzf8LbetAgfYQzaeyqmF4=; b=Xyt/FrL3xVFEai3UZ1iOCooB2OW9sWqIWjvorpfa7xR0Si5OIPI9qJUO3HFBrqIzfZ S5FWt7A/TanD5gMzGzQspAFVv6bIo2URSTjVsVga4yo6X4Fe03TWb3aF3Xno3VpEZm+s PiGptcwfaNhY0lvpTPvHWt6MK0Hatr1II1IoU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lZGEMiQxQVfbgaIJAfE/rdEn5rVocQZF+UpsXR2DqUzfSuoUq+DLrPRgM3x6djbUef wTQYwjtKRFEoFtoStYAkx+XPWIklxL8oW4mRbCUfQXbwRb2jy0fyGRWBF+/xMkYzFGdf hcfp0uA+/tDCrwzYNVINiTQsYoS41uz0v1BZU= MIME-Version: 1.0 Received: by 10.231.149.3 with SMTP id r3mr575707ibv.109.1285183491407; Wed, 22 Sep 2010 12:24:51 -0700 (PDT) Received: by 10.231.186.137 with HTTP; Wed, 22 Sep 2010 12:24:51 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Sep 2010 12:24:51 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [squid-users] One slow Website Through Proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2010 19:24:52 -0000 What about running a packet sniffer, like Wireshark, and looking at the trace file? Start a trace file before trying to access the web site, then took at the "Delta time" (time between packets) and see where the delay is? Ed