For performance analysis we would like to archive the detail performance for each HTTP. Chrome provide an useful Tool – HAR to help us save and reuse the HTTP performance.

Let’s have a look together.

Basic info: HAR (HTTP Archive) is a file format used by several http session tools to export the captured data.

(1) Press F12 to enter the debug mode.

Right click on the HTTP and choose “Save as HAR context”.

You will get the downloaded file with .har postfix.



(2) Access below HTTP. it’s online translate website.

Toolbox.googleapps.com/apps/har_an…



This site can help you load local files and render them to show performance metrics for HTTP requests that correspond to HAR files.