You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: optimize SpringLookup lookup time by caching (#17604)
* perf: optimize RouteUtil.resolve method
Cache RoutePathProvider in VaadinContext for faster lookup time in RouteUtil.resolve method.
* perf: optimize SpringLookup lookup time by caching
Cache RoutePathProvider in SpringLookup for faster lookup time especially for RouteUtil#resolve method, but also for all default (and subclasses of default) implementations of services defined in LookupInitializer.getDefaultImplementations().
0 commit comments