https://github.com/sitespeedio/plugin-third-party-decode
Run Paul Irish Third Party Decode library to categorise third parties
https://github.com/sitespeedio/plugin-third-party-decode
Last synced: 12 months ago
JSON representation
Run Paul Irish Third Party Decode library to categorise third parties
- Host: GitHub
- URL: https://github.com/sitespeedio/plugin-third-party-decode
- Owner: sitespeedio
- Created: 2018-01-02T12:23:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T20:23:41.000Z (over 8 years ago)
- Last Synced: 2025-04-27T04:36:06.233Z (about 1 year ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sitespeed.io plugin for decoding third party requests
[](https://travis-ci.org/sitespeedio/plugin-third-party-decode)
Run Paul Irish [third-party-decode](https://github.com/paulirish/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](https://github.com/sitespeedio/coach).
You can read more about sitespeed.io plugins [here](https://www.sitespeed.io/documentation/sitespeed.io/plugins/).
## 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).
```bash
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 1
```
## What 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](https://www.sitespeed.io/documentation/sitespeed.io/plugins/#add-a-plugin).
## sitespeed.io version
You need sitespeed.io 6.0 or later to run the plugin.