Optimizing the performance of the multilingual extensions
Optimize the system for best performance of the multilingual solution.
- Add the following settings to the WCM WCMConfigService service using the WAS.
- Enable the missed path cache by adding missed_absPath.cache.enable=true.
- Enable the user cache by setting user.cache.enable=true.
- Restart the server.
- Update these settings in the WAS to enable "disk-offload" and "flush to disk" for the following caches:
- ML Config File
- services/cache/iwk/mlconffile
- Abs Path
- services/cache/iwk/abspath
- Abs Path Reverse
- services/cache/iwk/abspathreverse
- Missed Path
- services/cache/iwk/missed
- Object Summary
- services/cache/iwk/summary
- Strategy
- services/cache/iwk/strategy
These changes will require manual flushing of the cache offload directories whenever an iFix, Cumulative iFix or Fixpack is installed.
- Periodically run the clear history tool to improve page load and save performance.
- Disable workflow actions on subscribers to reduce load and reduce the number of versions created for each item. See Disable workflow actions to improve performance for further information.