Sitespeed.io 1.8.2 release notes
The 1.8.2 release contains some new small features, cleanup & bug fixes.
New features/enhancements
- CSV export - you can now export the pages data to a CSV file (added it again) with the switch "-o csv"
- Content type percentage - the detailed page now show percentage of requests & size per content type
- Better error reporting - a URL that fails e.g. breaks the test, now logs the exact URL, the error message and add the URL to the error list. Also if a cookie is wrongly set, the URL that sets the cookie is logged. Also the Java & PhantomJS version is always shown
- Content categories - Favicon and the document are now own categorizes in the detailed page summary
- Cleanup - before two different Javascript column sorters was used (on different pages), now one is used
- Cleanup - the output is cleaner if you run a test with a list of URLs from a file
Bug fixes
- If a page was redirected, the gzipped size was before fetched as 0
- For some sites (example www.bike.se) the total weight was fetched wrong by YSlow, now the weight is calculated from each assets on the pages info page
- URLs containing & broke some tests
- In very rare cases, YSlow reports a larger cache weight than the page weight. The bug is not fixed but when it happens, an error message is displayed
See the changelog for changes done in the past.