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
ConfigurationFile: skip ERB rendering unless the file seem to contain ERB
Uncached ERB rendering is very costly, so assuming many files don't
actually contain ERB, it's worth checking for it first.
For ERB file, we could consider caching the compilation, but it's
more complicated.
0 commit comments