pagetest

command module
v0.0.0-...-cfafde8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2019 License: MIT Imports: 21 Imported by: 0

README

Command pagetest fetches provided url and all linked resources, printing
diagnostic timings.

pagetest first fetches html page at given url, then parses html, extracting
urls from <link>, <script>, <img> tag attributes, then issues HEAD requests
to these urls and reports timings and response codes for all requests done.

On certain requests for the same domain some of the reported timings may be
zero, this is a result of connection reuse.

Documentation

Overview

Command pagetest fetches provided url and all linked resources, printing diagnostic timings.

pagetest first fetches html page at given url, then parses html, extracting urls from <link>, <script>, <img> tag attributes, then issues HEAD requests to these urls and reports timings and response codes for all requests done.

On certain requests for the same domain some of the reported timings may be zero, this is a result of connection reuse.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL