Click
Click Examples

Source Viewer : /general/page-imports-example.htm

This page provides an example of how to programatically optimize your Page
imports for high traffic pages. You optimize your Page imports by combining
CSS and JavaScript import files which reduces the number of HTTP requests required
to serve the page.
<p/>
This is one of the Yahoo performance best practice rules :
<a target="_blank" class="external" href="http://developer.yahoo.com/performance/rules.html#num_http">Minimize HTTP Requests</a>.
<p/>
Please view the
<a target="_blank" href="$context/source-viewer.htm?filename=WEB-INF/classes/$srcPath" title="Page Java source"><img border="0" class="link" alt="" src="/click-examples/assets/images/lightbulb1.png"/> Page Java</a>
and
<a target="_blank" href="$context/source-viewer.htm?filename=$path" title="Page Content source"><img border="0" class="link" alt="" src="/click-examples/assets/images/lightbulb2.png"/> Page HTML</a>
for more details.