From dev-return-30099-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Tue Dec 23 07:46:10 2008 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 6837 invoked from network); 23 Dec 2008 07:46:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Dec 2008 07:46:08 -0000 Received: (qmail 89114 invoked by uid 500); 23 Dec 2008 07:46:06 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 89065 invoked by uid 500); 23 Dec 2008 07:46:06 -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 89056 invoked by uid 99); 23 Dec 2008 07:46:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 23:46: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; Tue, 23 Dec 2008 07:46:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56A90234C40B for ; Mon, 22 Dec 2008 23:45:44 -0800 (PST) Message-ID: <929285802.1230018344353.JavaMail.jira@brutus> Date: Mon, 22 Dec 2008 23:45:44 -0800 (PST) From: "David Crossley (JIRA)" To: dev@forrest.apache.org Subject: [jira] Updated: (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:all-tabpanel ] David Crossley updated FOR-1147: -------------------------------- Description: 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. (was: Optimisation guidelines suggested to declare the *.js files towards the end of the "body" rather than from the "head". This delays these requests and so lets the "head" be loaded more quickly. Currently the reference page has the following: ../themes/getBlank.js ../themes/menu.js ../themes/fontsize.js ../themes/breadcrumbs.js) Currently the reference page has the following: ../themes/getBlank.js ../themes/menu.js ../themes/fontsize.js ../themes/breadcrumbs.js > 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.