Details
Description
This line is a performance bottleneck in GroovyPageParser:
https://github.com/grails/grails-core/blob/master/grails-web/src/main/groovy/org/codehaus/groovy/grails/web/pages/GroovyPageParser.java#L187
PluginBuildSettings pluginBuildSettings = new PluginBuildSettings(BuildSettingsHolder.getSettings());
It's only a problem in development mode.
Issue Links
- relates to
-
GRAILS-6183
GSPs are recompiled on server restarts, though unchanged and class file exist.
-
Could this also be applied to 2.0.x ?