-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Open
Labels
theme: performanceIssues related to general performanceIssues related to general performancetype: enhancementA general enhancementA general enhancement
Milestone
Description
The Pet Clinic depends on EhCache, but it doesn't even use it unless the "production" profile is enabled. And yet it costs a couple hundred ms apparently (see benchmarks at https://github.com/dsyer/spring-boot-startup-bench). This might be just a special case of too much condition processing on startup, but I did notice that all cache types are configured in CacheConfigurationImportSelector
, even if they are switched off by condition processing, and maybe this is unnecessary.
Metadata
Metadata
Assignees
Labels
theme: performanceIssues related to general performanceIssues related to general performancetype: enhancementA general enhancementA general enhancement