You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Nicolas Peltier (JIRA)" <ji...@apache.org> on 2019/01/24 14:02:00 UTC

[jira] [Created] (SLING-8237) Make ModelAdapterFactory.createObject's MissingElementsException creation an exception

Nicolas Peltier created SLING-8237:
--------------------------------------

             Summary: Make ModelAdapterFactory.createObject's MissingElementsException creation an exception
                 Key: SLING-8237
                 URL: https://issues.apache.org/jira/browse/SLING-8237
             Project: Sling
          Issue Type: Improvement
          Components: General
    Affects Versions: Sling Models Impl 1.4.10
            Reporter: Nicolas Peltier


MissingElementsException is created each time to collect MissingElementException that could happen, and is then eventually sent.
Problem is that creation is rather expensive. We should make that creation an exception
Testing removal of that creation together with SLING-8236 tiny fix made a 10% improvement (aem's we.retail page, and more complex page, 1000 req/ 5 concurrent users, and 100 req /1 user).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)