FAQ : Frequently Asked Questions | ||
|
9. |
Q:
How can I give more performance to some selected pages?
A: I obtained surprising improvements on the performance of my welcome page (/easy400/welcome.htm), adding the following directives:
and adding a CacheLocalFile directive for each image used in the welcome page, such as CacheLocalFile /easy400/ibm_logo.gif I also added CacheLocalFile directives for other images frequently used in other pages, and ... wow!. Loading images into local AS/400 cache provides a superbous performance, even better than loading into cache text pages. For more information about these directives, please see HTTP Server for AS/400 Webmaster's Guide in chapter System Management. |