Description
Optimize the method ClickUtils.getResourceVersionIndicator, by caching the value after the first invocation.
The call to ClickUtils.getConfigService might be expensive in high thread environment. Or rather the call to getConfigService access the ServletContext attributes, which might perform poorly when accessed from multiple threads.