Thomas Heigl created WICKET-6835:
------------------------------------
Summary: 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
{{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)