Measure and Optimize Web Performance
-
Updated
Nov 5, 2024 - JavaScript
Measure and Optimize Web Performance
Capture HAR files from a Chrome instance
Generate HAR entries for requests made with node-fetch
Capture HAR recordings from Chrome sessions or Selenium tests using Node.js
API documentation from a HAR file
📦 Forked from https://github.com/ahmadnassri/node-har-validator with additions from https://github.com/MrCox/node-har-validator & https://github.com/npm-dependency-hell/npm-har-validator — Extremely fast HTTP Archive (HAR) validator using JSON Schema
Debug Next.js SSR requests using HTTP Archive (HAR) logs
HTTP Archive files can be large when they contain multiple response bodies. If this content is superfluous to your debugging needs then `shrink-har` allows you create smaller copies of .har files with the response body content stripped out.
Node caching HTTP proxy built on top of express-http-proxy. Persists requests and responses to an in-memory HAR-like data structure based on HAR1.2 . Caches JSON content-type responses by default with the ability to cache an entire site; including content-types describing images. Useful for testing front end code, mocking api, and saving the cac…
Download video/audio files from your http sessions.
Add a description, image, and links to the har topic page so that developers can more easily learn about it.
To associate your repository with the har topic, visit your repo's landing page and select "manage topics."