Skip to content

Performance Audit

Performance Audit helps you monitor loading times and network activity for your website scenario runs. It gives you visibility into endpoint timings, response sizes, status codes, and waterfall execution.

Performance Audit in TestCLIX is informational. It is designed for investigation and optimization, not for pass/fail enforcement.

When Audit performance is enabled, TestCLIX collects network request details during scenario execution and stores them as a HAR file.

You can review this data in the Performance tab of a test and export the HAR file for deeper analysis.

  1. Navigate to Workspace using the left sidebar menu.

  2. Click the Create button on the right side.

  3. Select Web Scenario.

  4. Scroll down to the Advanced options section.

  5. Expand the Scenario properties subsection.

  6. Set Audit performance to ON.

    Performance Audit configuration field

To access performance data and HAR exports:

  1. Navigate to Workspace using the left sidebar menu.

  2. Open the test session.

  3. At the top navigation in the test view, select Performance.

  4. Review performance insights such as endpoint, method, status, type, size, time, and waterfall.

    Performance tab with HAR export
  5. Click Export HAR File to download the HAR file.

HAR files are automatically removed after 30 days.

After downloading a HAR file, you can inspect it in your browser.

  1. Open your browser Developer Tools.

  2. Go to the Network tab.

  3. Import the HAR file:

    • Drag and drop the .har file into the Network panel, or
    • Use the import option available in your browser Network tools.
  4. Analyze requests, timing phases, payload sizes, and waterfall order.