Performance issue with JRuby 1.6
--------------------------------
Key: JRUBY-5534
URL: http://jira.codehaus.org/browse/JRUBY-5534
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.6RC2, JRuby 1.6RC1
Environment: Mac OS X 10.6
Reporter: Jean-Dominique Morani
Assignee: Thomas E Enebo
Priority: Blocker
Fix For: JRuby 1.6
The rendering of rails views is consistently 4x slower in JRuby 1.6 vs JRuby
1.5.6
*JRuby 1.5.6:*
{noformat}
Rendered config/systems/Financial/views/cases/_address_fields.html.haml
(116.0ms)
Rendered config/systems/Financial/views/cases/_consumer_fields.html.haml
(250.0ms)
Rendered config/systems/Financial/views/cases/_address_fields.html.haml (77.0ms)
Rendered config/systems/Financial/views/cases/_consumer_fields.html.haml
(75.0ms)
Rendered config/systems/Financial/views/cases/_applicants_infos.html.haml
(510.0ms)
{noformat}
*Jruby 1.6.0RC:*
{noformat}
Rendered config/systems/Financial/views/cases/_address_fields.html.haml
(467.0ms)
Rendered config/systems/Financial/views/cases/_consumer_fields.html.haml
(1045.0ms)
Rendered config/systems/Financial/views/cases/_address_fields.html.haml
(439.0ms)
Rendered config/systems/Financial/views/cases/_consumer_fields.html.haml
(506.0ms)
Rendered config/systems/Financial/views/cases/_applicants_infos.html.haml
(2054.0ms)
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email