[
https://issues.apache.org/jira/browse/WICKET-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Heigl resolved WICKET-6835.
----------------------------------
Fix Version/s: 9.1.0
Resolution: Fixed
> Improve performance of AbstractMapper.getPlaceholder
> ----------------------------------------------------
>
> Key: WICKET-6835
> URL: https://issues.apache.org/jira/browse/WICKET-6835
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-core
> Affects Versions: 9.0.0
> Reporter: Thomas Heigl
> Assignee: Thomas Heigl
> Priority: Major
> Fix For: 9.1.0
>
>
> {{AbstractMapper.getPlaceholder}} is another minor hotspot in my application.
> It is called very frequently during resource mapping and can be significantly
> improved by replacing {{String.startsWith}} and {{String.endsWith}} with
> character lookups.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)