Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 18726 invoked from network); 29 Dec 2008 06:03:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2008 06:03:06 -0000 Received: (qmail 44805 invoked by uid 500); 29 Dec 2008 06:03:05 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 44714 invoked by uid 500); 29 Dec 2008 06:03:05 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 44693 invoked by uid 99); 29 Dec 2008 06:03:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Dec 2008 22:03:05 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 06:03:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B408234C45F for ; Sun, 28 Dec 2008 22:02:44 -0800 (PST) Message-ID: <76774657.1230530564303.JavaMail.jira@brutus> Date: Sun, 28 Dec 2008 22:02:44 -0800 (PST) From: "David Crossley (JIRA)" To: dev@forrest.apache.org Subject: [jira] Commented: (FOR-1147) the JavaScript external files should be referenced in body not head of html In-Reply-To: <1093298797.1230015104365.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FOR-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659501#action_12659501 ] David Crossley commented on FOR-1147: ------------------------------------- Not sure what you mean. I have been experimenting with splitting my own javascript files, to load some bits up-front and the rest later. Seems to work okay in initial tests. Would you elaborate your concern please. > the JavaScript external files should be referenced in body not head of html > --------------------------------------------------------------------------- > > Key: FOR-1147 > URL: https://issues.apache.org/jira/browse/FOR-1147 > Project: Forrest > Issue Type: Sub-task > Components: Plugin: internal.dispatcher > Affects Versions: 0.9-dev > Reporter: David Crossley > > Optimisation guidelines suggest to declare the *.js files towards the end of the "body" rather than from the "head". This will delay these http requests and so lets the "head" be loaded more quickly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.