In our case, disable parse query_string / www-form-based request_body / cookies, the performance increase 50%.
And in our case, we disable requestBody for multi-part request (which most of time include large files), and full request too.
There even a comment on full request in current code base, lol.
/**
* FIXME: This variable should be calculated on demand, it is
* computationally intensive.
*/