Github user Ragnaroek commented on the pull request:

    https://github.com/apache/wicket/pull/136#issuecomment-132177334
  
    Hi Martin,
    
    renderAll was overwritten by us to add some performance profiling, 
something like this:
    <startPerfProfiling>
    super.renderAll()
    <stopPerfProfiling>
    
    
    addStateChange() was overwritten to prevent the increment of a page version 
number, since we manipulated the component hierarchy after rendering, but 
before the page gets stored. This is a very deep manipulation of Wicket, we are 
fully aware of that, but it was essential for our high traffic scenario.
    
    
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to