catchpoint / WebPageTest.agent

Cross-platform WebPageTest agent
Other
213 stars 138 forks source link

Add optimization check data for all 2xx responses #569

Closed pmeenan closed 1 year ago

pmeenan commented 1 year ago

This applies the CDN check data to any response (that matches the request ID) and includes the optimization check results for any 2xx responses.

We are seeing some streaming cases where range requests (and 206 responses) are not getting the CDN attribution and other checks.

pmeenan commented 1 year ago

FWIW, redirects still don't collect the CDN information and it may be worth doing a separate pass on the raw request data after it is processed to backfill that data.