Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4-M1
-
Fix Version/s: 2.0-M1
-
Component/s: View technologies
-
Labels:None
Description
Issue for GSP optimizations shortly discussed here:
http://grails.1312388.n4.nabble.com/gsp-taglibs-td3546546.html#a3570147
The benchmark used in JTdev blog (http://www.jtict.com/blog/rails-wicket-grails-play-lift-jsp/) :
https://github.com/jtdev/blogpost_files/tree/master/grailsapp
It shows some bottlenecks which can be reduced by using a new strategy for handling page binding .
Issue Links
| This issue relates to: | ||||
| GRAILS-7589 | Static dispatch in GSP |
|
|
|
Commit: https://github.com/grails/grails-core/commit/0b0a36d7e045b4bab5dc6c0be12c35b877244fc9
In my test setup, these changes double the performance of the JTdev blog test app (https://github.com/jtdev/blogpost_files/tree/master/grailsapp) .