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
Some Spring Resources are fetched 1000s of times in case they are commonly used resources such as queries. Reading resource each time is not good for performance and we should optimize it.
A couple of options
a wrapper which caches the most commonly used methods in Resource like getPath, getInputstream etc
a smarter SpelService which does caching for any Resource
The text was updated successfully, but these errors were encountered:
Some Spring Resources are fetched 1000s of times in case they are commonly used resources such as queries. Reading resource each time is not good for performance and we should optimize it.
A couple of options
The text was updated successfully, but these errors were encountered: