Profiler

Drop a profiler record JSON. Nothing leaves your browser.

Drop JSON here

From profiler record / profiler saveJSON

How to record on the server
  1. Open the FXServer console (txAdmin Live Console is fine).
  2. Start a recording (seconds):
    profiler record 10
  3. Save Chrome Trace JSON:
    profiler saveJSON profile.json
  4. Drop that file on this page.
  5. Aim for ticks under 50 ms.