First, I can largely reproduce at least the difference for "Reload of not existing page with UI" (I didn't check anything else). The main difference seems to be that ServletEnvironment.getResource() became a lot more expensive. I don't know if this accounts for the whole difference, but the difference seems high:
For 17.0.0, IntelliJ tells me that this line that calls ServletContext.getResource() is responsible for 46% of the CPU time.
For 16.10.3 this line that calls ServletContext.getResource() is even 50% of the CPU time.
In contrast to that, in 15.10.16, it is only 10% of the CPU time.
I don't know if this accounts for all of the differences listed above, but it doesn't seem unlikely that a significant number of them is caused by it. While this is all with the Jetty demo package, we currently recommend the Jetty Debian package so this is most likely also relevant for production instances. It would be interesting to also check how this behaves in Tomcat.
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.