Page Imports Example
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.
This is one of the Yahoo performance best practice rules :
Minimize HTTP Requests.
Please view the
Page Java
and
Page HTML
for more details.