Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.2
-
None
Description
During load testing, we discovered the Decoration valve was calling code in the BaseDecorator that inefficiently made calls to validate resources, combined with applying a seldom used mediatype/language/countrycode fallback algorithm. This effort will optimize these inefficiencies with caching and optionalizing the fallback algorithm and resource validation. The overall expense of the existing algorithm was leading to as much as 18-24% CPU usage per request. Additionally, there are other calls made to locating templates like from velocity templates, where we may gain some more performance improvement.
Attachments
Issue Links
- relates to
-
JS2-867 Optional portlet session caching of layout view templates
- Closed