- Updated to PageXray 1.0.0 and Browsertime 1.6.1
- Updated to Browsertime 1.6.0 and upgraded the Docker container to use Firefox 54 and Chrome 60 (stable)
- Updated to Browsertime 1.5.4 and upgraded the Docker container to use Firefox 54 and Chrome 60 Beta
- Set NodeJS to 6.11.1 or higher
- Updated to latest Browsertime 1.2.2.
- Updated to latest Browsertime 1.1.0. Also use latest FF & Chrome in Docker.
- Updated to latest Browsertime 1.0.0, finally no beta. Also use latest FF in Docker.
- Newest browsertime with support for Chrome 57. Updated Dockerfile to use Firefox 52 and Chrome 57.
- Removed User Timing performance advice: If you don't use user timings, you shouldn't get lower score. See how this was broken sitespeedio/browsertime#257 #148
- Collect number of script tags as info.
- Updated to Browsertime beta-24
- Updated to latest Browserime beta-23
- Updated to latest Browserime beta-22
- Updated to latest Browserime beta-21
- Updated to latest Browserime beta-19
-
Add --viewPort option to set browser window size for test, thank you @jsocol for the PR
-
New advice "Avoid using incorrect mime types" thank you @lbod #204
-
New Browsertime and PageXray
- Updated NodeJs dependency to be 6.9.1 (needed when we start to use Selenium 3.0.0)
- Updated to latest Browserime beta-10 with Selenium 3.0.1. You now need NodeJS 6.9.0
- Updated to latest Browserime beta-9
- Fix the labelOnInput advice (thanks @simonc!)
- Updated to latest Browserime beta-8
- Now we have the latest beta-7 of Browsertime
- New info: get meta description
- Updated PageXray and Browsertime to latest releases.
- Fixed crash for pages where the 'last-modified' header is missing.
- Updated to Browsertime beta 5 with fix for Firefox 49
- Updated to PageXray 0.13.0 to get the amount of uncompressed assets.
- Updated PageXray to 0.12.0 so we shows cookies for a page (or rather min/max for all responses).
- Added serializedDomSize as info.
- Updated to Browsertime beta 4
- Updated PageXray to 0.10.0 so we now shows total number of domains on a page.
- Updated to Browsertime beta 3
- Updated Browsertime to be beta 2
- Updated browsertime with fix for right Geckodriver and Chromerdriver on Mac
- Updated browsertime with latest version of TSProxy that works with http -> https for Chrome.
- Updated Browsertime to latest version that uses latest Selenium and Geckodriver that works with Firefox 48. If you are using Windows, you need to make sure you out Geckodriver in your path.
- Updated Browsertime to latest version that uses lates Selenium that works with Firefox 47.0.1
- Better description for all performance advice, lets try to explain them so people can undrstand them.
- Bump for fixing broken release.
- You can now get CLI output without colors, thank you https://github.com/bronzehedwick
- Run Selenium scripts before you test a page (=login the user). Documentation will come, until then have a look at this example: https://github.com/tobli/browsertime/blob/1.0/test/prepostscripts/preLoginExample.js
- Show exact size in bytes for optimalCssAdvice
- Check for cache time >= 30 days instead of month, to make it cleaner and more understandable.
- Use Chrome as default browser since Firefox 47, Selenium, Marionette and the HAR Export trigger isn't compatible by default see sitespeedio/sitespeed.io#993
- Break new lines in CLI output with \n instead of EOL, EOL didn't work on Windows. Thank you @XhmikosR for the PR.
- Chrome 51 is here and SPDY is dropped, the SPDY advice is updated.
- Internal: Converted a few function to ES6 short syntax
- Upgraded PageXray to 0.9.0 and Browsertime to alpha 18(!)
- Correction of date when Chrome drops SPDY support (when 51 is released)
- Bumped dependencies for Browsertime and PageXray
- Always check for window.chrome and window.chrome.loadTimes before we know that we are using chrome (yep, there are sites out that that defines window.chrome themselves)
- Safer check when checking jQuery version.
- Upgraded to latest Browsertime alpha 14 with longer default timeout times.
- The cacheHeaders advice checking for missing cache headers got even higher priority, so it will be more influential of the score.
- More robust (and right) first paint (as in Browsertime).
- Shows LastModifiedStats and expireStats to know better if your cache headers are right.
- Display total size in kb/mb (make it easier to read).
- Bug fixed for showing details when you run the CLI using --details
- Do not output the difference in size of images in the avoidScailingImages advice so that it looks better when we display that advice.
- Upgraded to latest PageXray (0.6.0).
- Snufkin has changed name to PageXray.
- Cli name for getting more details is now ... details instead of offending.
- Better structures for user timings and measurements, so we can easily move the timings to BT.
- Get browser and version.
- Show all redirected URLs in the offending section when a main document is redirected.
- Updated id of httpsH2 advice to match filename.
- Added extra advice text if the main document of a page is served private.
- Added the possibility to take screenshot (it's now supported in Browsertime). Note: Using Chrome the screenshot will be the current view port, using Firefox it will be the full page. This is a webdriver issue, lets see how we can fix this.
- Included coach version number in the table output.
- Updated readme to follow the new way of getting JSON output.
- Flattened JSON result format by removing top level "coachAdvice".
- Renamed "results" to "advice" in JSON result format.
- Changed format CLI option from -o to -f.
- New best practice advice: Use HTTPS together with HTTP/2.
- Supports writing output to file via -o
- optimalCssSize advice showed the wrong limit of a CSS files
- fastRender missed the number of CSS/JS requests for HTTP/1
- Shows the number of occurrences when a response isn't a 200 response in responseOk advice.
- Rewrites the fastRender advice and included it in cssInHeadDomain (removed) to make it easier to rewrite the advice later and act on both what's in the DOM and the HTML. We need to add more tests before this can be released.
- Test our test cases against a H2 server (that was easy).
- Drop the cssInHead advice, it is now a anti pattern. https://jakearchibald.com/2016/link-in-body/
- Goodbye combineCss advice and hello optimalCssSize!
- More tests for fastRender and inlineCss advice
- Optimizely adviced to turn it off when you are not using it.
- We missed getting relative CSS when we checked for CSS loaded inside of head.
- Outputs the size you would save if you set correct cache headers of assets with no cache time
- Better more precise advice for avoidScalingImages, labelOnInput and https.
- Lets make it easier to choose mobile, just add --mobile
- Lets include page size and size/request per content type #19
- Lets us know how many of the assets redirected on the main domain
- combinedCss advice should alert if we have more than 1 CSS.
- neverSupressZoom now reports the failing meta content
- privateAssets now checks for private headers for HTML assets
- faviconAdvice tells us the real problem with the favicon
- section advice tells us how often we have a missing heading
- Disable missing favicon check for Firefox because of #49
- fastRender advice now checks CSS response size in HTTP/2 to make sure it isn't larger than the magic number.
- Sorts advice alphabetically in table output
- Fixed faulty user agent string for Firefox testing mobile.
- Skip -u/-f just pass an argument as in sitespeed.io 4.0
- Lets us combine DOM and HAR advice for even smarter advice #13
- Makes sure that the options are passed to HAR advice so that we can have different advice depending on device
- pageSize now has different size limit for mobile and desktop
- Changed combineCSS for only looking at CSS inside of HEAD for HTTP/1
- Dropped combineJs. We can make this better now when we combine DOM & HAR
- Show transfer vs uncompressed size for JS & CSS if we know it (works in Chrome).
- Set device type using --device in the CLI. Choose between mobile or desktop.
- Limited support (first HAR page) for outputting HAR as CLI table.
- Better naming of advice headings in CLI table output.
- Updated readme.
- Fixed again for document redirects, old version wasn't working correctly.
- Don't hurt document redirects if it happens from HTTP to HTTPS.
- Updated to latest Browsertime, fixes transfer size problems for Chrome.
- assetRedirect advice stopped working with the last fix. Fixed now.
- assetRedirect advice shouldn't hurt the score if it's the main document, the documentRedirect advice takes care of that.
- Cleanup of advice messages.
- Makes it possible to show the title and description of an advice in the CLI using --description
- Show response codes in the responseOk advice.
- Use parameter --offending to show offending assets in table CLI output.
- Wrap the text in the output in the table CLI so it looks good.
- combineCSS and combineJS advice should only advice to combine when the page has more that 1 CSS/JS request.
- headings & sections advice gave wrong score if headings & sections where missing
- If your assets misses a cache header, only give advice about it in cacheHeaders advice and not in cacheHeadersLong
- HAR advice didn't correct check HTTP version.
- Better inlineCSS advice when you use HTTP/2
- Updates docs to include the pickAPage API.
- Outputs CLI data as a table (but you can still choose JSON).
- Warns if a page is using SPDY, Chrome EOL coming soon.
- The pickAPage changed the actual HAR, lets clone the object and return a new HAR.
- Included coach version in the HAR coach result.
- API method pickAPage(har,pageIndex) to get specific HAR with the chosen page.
- Add brotli as one of content-encoding checks.
- Unified naming of util methods to check if HTTP/2 is used.
- Updated to latest released Browsertime 1.0.0.alpha.4
- Unified naming in the API. This is a breaking change so if you are using the API you need to change the name accordingly. Checkout lib/index.js
- The merging of HAR & DOM result was broken. Now the HAR and the DOM results follow the same structure starting with the key coachAdvice.
- Include coach version in the output JSON
- Updated to latest released Browsertime 1.0.0.alpha.3
- Latest version of Snufkin 0.3.8
- New structure of the JSON output. Everything is now under results/