Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The default template resolver, in the markup template engine, always delegate to the classloader. As illustrated by https://github.com/ratpack/ratpack/pull/370 and https://github.com/ratpack/ratpack/pull/363, this can lead to a performance drop.
The sitation can be fixed by adding caching of already resolved URLs.