8000 Home · jsicree/perf-demo Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Joe Sicree edited this page May 6, 2017 · 2 revisions

Perf-Demo is a simple web application that defines a set of RESTful web services containing common performance issues. There are two versions of each service. Version 1 contains the performance issue and version 2 implements the same service with the performance issue resolved.

The project currently contains the following performance issues:

  1. Synchronous vs. Asynchronous Processing
  2. Memory Leaks
  3. N+1 Database Query Issue
Clone this wiki locally
0