- documentRedirects should be 0 when there's no redirects (not -1).
- Match fonts from Google Fonts.
- Collect number of responses missing compression (that can be compressed)
- Get cookies from the request instead of the response (great @tobli!)
- Collect cookie stats for a page (max/min median etc)
- Collect cookie stats for first vs third parties
- Collect total download time for each response
- Collect number of cookies per asset
- Internal: We moved to airbnb eslint style rules.
- Collect total number of domains in totalDomain.
-
Always report default content types (html, css, javascript etc) + add others. Before we only added the types that was in the HAR.
-
Make sure content size is > -1 (sometimes Firefox HAR have assets that are -1 in size).
Even cleaner structure for first party vs third party assets.
New structure for domains to be able to support 1st vs 3rd party assets. Supply a regex for 1st party domains and you will get stats for 1st vs 3rd.
- Fix content type matching for JSON.
- Renamed 'others' content type to 'other' for consistency.
- New name new game. The project is now known as project PageXray.
- Collect the full redirect chain
- Removed console log.
- Create statistics per page instead of take stats for all pages.