Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 48589 invoked from network); 20 Sep 2007 21:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 21:44:36 -0000 Received: (qmail 73663 invoked by uid 500); 20 Sep 2007 21:44:17 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 73626 invoked by uid 500); 20 Sep 2007 21:44:17 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 73615 invoked by uid 99); 20 Sep 2007 21:44:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 14:44:17 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 21:46:18 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IYToR-0006Dn-QB for user@struts.apache.org; Thu, 20 Sep 2007 14:43:55 -0700 Message-ID: <12806509.post@talk.nabble.com> Date: Thu, 20 Sep 2007 14:43:55 -0700 (PDT) From: chengas123 To: user@struts.apache.org Subject: [s2] Struts head tag KILLS (> 10s) page load time MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: benjamin.j.mccann@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am working on a Struts 2 page and page load times are way too high. I tracked it down to the Struts head tag, which I have as follows: Without the tag, my page issues 3 requests and takes 453ms to load. With the tag, the page issues 54 requests taking 12.24s to load. Is there something I am doing wrong here? Thanks, Ben -- View this message in context: http://www.nabble.com/-s2--Struts-head-tag-KILLS-%28%3E-10s%29-page-load-time-tf4490390.html#a12806509 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org