Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When the sling request dispatcher is used, it currently creates a response wrapper for every include, in some cases even two.
For many sling requests there are sometimes hundreds of not thousands of includes during a request. We could improve debugging by not creating a wrapper with every include.
This might also have a minor performance improvement.