[jboss-jira] [JBoss JIRA] (WFCORE-3214) PathInfoHandler should lazy create its DateTimeFormatter and ZoneId
Brian Stansberry (JIRA)
issues at jboss.org
Wed Aug 30 17:44:00 EDT 2017
Brian Stansberry created WFCORE-3214:
----------------------------------------
Summary: PathInfoHandler should lazy create its DateTimeFormatter and ZoneId
Key: WFCORE-3214
URL: https://issues.jboss.org/browse/WFCORE-3214
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Profiling shows that PathInfoHandler's creation of a DateTimeFormatter and a ZoneId takes about 15ms. There's no need to do that during <clinit> which happens during boot; it can be deferred until the handler is used.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list