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
The WebMvcMetricsFilter causes many beans to be pulled in much earlier than in 1.5. Profiling an application shows much of the work now happens in a Tomcat thread rather than the main thread. We should probably make the filter lazy like we did with Spring Security.
The text was updated successfully, but these errors were encountered:
The
WebMvcMetricsFilter
causes many beans to be pulled in much earlier than in 1.5. Profiling an application shows much of the work now happens in a Tomcat thread rather than the main thread. We should probably make the filter lazy like we did with Spring Security.The text was updated successfully, but these errors were encountered: