InterviewSolution
| 1. |
How Can I Give More Performance To Some Selected Pages? |
|
Answer» I obtained surprising improvements on the performance of my welcome page (/easy400/welcome.htm), adding the following directives: CacheLocalMaxBytes 2 M 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. Loading images into LOCAL AS/400 cache provides a superbous performance, EVEN better than loading into cache text pages. I obtained surprising improvements on the performance of my welcome page (/easy400/welcome.htm), adding the following directives: CacheLocalMaxBytes 2 M 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. Loading images into local AS/400 cache provides a superbous performance, even better than loading into cache text pages. |
|