You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/06/07 18:53:25 UTC

[jira] Created: (WICKET-626) profile Wicket for 1.3.0

profile Wicket for 1.3.0
------------------------

                 Key: WICKET-626
                 URL: https://issues.apache.org/jira/browse/WICKET-626
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
            Reporter: Eelco Hillenius
            Assignee: Johan Compagner
             Fix For: 1.3.0-final


We should profile Wicket and search for (and fix) new bottlenecks we may have introduced since 1.2. We should give memory consumption a very good look and see if there is still room for optimizing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-626) profile Wicket for 1.3.0

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw updated WICKET-626:
--------------------------------

    Fix Version/s:     (was: 1.3.0-final)
                   1.3.0-rc1

> profile Wicket for 1.3.0
> ------------------------
>
>                 Key: WICKET-626
>                 URL: https://issues.apache.org/jira/browse/WICKET-626
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Eelco Hillenius
>            Assignee: Johan Compagner
>             Fix For: 1.3.0-rc1
>
>
> We should profile Wicket and search for (and fix) new bottlenecks we may have introduced since 1.2. We should give memory consumption a very good look and see if there is still room for optimizing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-626) profile Wicket for 1.3.0

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502668 ] 

Eelco Hillenius commented on WICKET-626:
----------------------------------------

According to YourKit, we're wasting a lot on non-interned strings. We could intern all the common attributes etc, including things like MarkupResourceData#wicketId etc.

What do you think Johan?

> profile Wicket for 1.3.0
> ------------------------
>
>                 Key: WICKET-626
>                 URL: https://issues.apache.org/jira/browse/WICKET-626
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Eelco Hillenius
>            Assignee: Johan Compagner
>             Fix For: 1.3.0-final
>
>
> We should profile Wicket and search for (and fix) new bottlenecks we may have introduced since 1.2. We should give memory consumption a very good look and see if there is still room for optimizing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.