An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# sitespeed.io plugin for decoding third party requests
[![Build Status](https://travis-ci.org/sitespeedio/plugin-third-party-decode.svg?branch=master)](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.