-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Fix Version/s: 5.6.0-HF40, 5.8.0-HF26, 6.0-HF01, 7.1
-
Component/s: Nuxeo Drive
AbstractVirtualFolderItem constructor does
TimeZone.getTimeZone("UTC") which is costly and synchronized and
should be cached.
Discoverd when investigating on NXP-15887
Note that we need to check all the places where we are using TimeZone.getTimeZone("UTC") in the nuxeo-drive code to see if can also be cached.
- is required by
-
NXP-15902 Optimize access to timezones (instead of TimeZone#getTimeZone)
- Open