You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Je...@nlgroup.ca on 2002/10/25 22:16:36 UTC

[OT] HTML Performance question

Sorry for the lame html question, but I would like tap into the vast
experience in this list.

Is there a performance consideration when linking to external files (css or
javascript )that may not always needed for each page.

I was told to watch out for this.

The reason I ask is that I am setting up mainpage layout for use with tiles
and I would like just include
all the possible files even if the page will not not need it.
In addition, there will be nor more than 5 at the most

<LINK rel="stylesheet" type="text/css" href="<html:rewrite page='/css/pageStyle.css'/>">
<SCRIPT src='<html:rewrite page='/js/general.js'/>'></SCRIPT>
<SCRIPT src='<html:rewrite page='/js/calendar/calendar.js'/>'></SCRIPT>
<SCRIPT src='<html:rewrite page='/js/date.js'/>'></SCRIPT>
<SCRIPT src='<html:rewrite page='/js/validations.js'/>'></SCRIPT>


Do I need to be concerned?




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>