sitespeed.io plugin for decoding third party requests
Run Paul Irish third-party-decode as a plugin for sitespeed.io. It will decode third parties the same way as Chrome do. It's not 100% solution that works for everything. For example it doesn't categorise Facebook, Google Tag Manager as third party so you should always check with the Coach.
You can read more about sitespeed.io plugins here.
Test with current master
If you have checked out as the same level as sitespeed.io you run it like this (else just change the path).
git clone https://github.com/sitespeedio/sitespeed.io.git
cd sitespeed.io
npm install
bin/sitespeed.js --plugins.add ../plugin-third-party-decode/lib/ https://www.sitespeed.io/ -n 1What you will get
Run in production
If you want to run Third Party Decoder with your other sitespeed.io test, follow the instructions in the add a plugin docs.
sitespeed.io version
You need sitespeed.io 6.0 or later to run the plugin.
