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:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to