Tag: JProfiler

API Performance Testing, Part 2

Using JProfiler to Analyze Performance I just completed a long analysis of our V2 API using JProfiler for API performance testing and want to spend some time — ok, the lion’s share of this post — discussing what we learned from this analysis. JVM profiling by and large, aims to identify long-running or redundant method invocations. […]