Skip to content

Turn on caching of classes in Knapsack specs

Stan Hu requested to merge sh-disable-cache-classes into master

Enabling caching of classes slows start-up time because all controllers are loaded at initialization, but it reduces memory and load because files are not reloaded with every request. For example, caching is not necessary for loading database migrations but useful for handling Knapsack specs.

Addresses gitlab-org/gitlab-ee#2162

Merge request reports