Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dgrammatiko/ismyhostfast


https://github.com/dgrammatiko/ismyhostfast

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Is my host fast yet?

Using web transparency data from the Chrome UX Report and HTTP Archive, this project aims to benchmark hosting providers using real user data. The metric used in this project is TTFB, the time to first byte.

## Methodology

This is still a work in progress, but for an in depth methodology of a WordPress-specific version of this study, see http://bit.ly/ttfb-crux-wp.

## Contribute

If you'd like to add a new host, you'll need to do three things:

1. Determine its HTTP header fingerprint, for example `X-Powered-By: YourHost`
2. Submit a PR to update [ttfb.sql](ttfb.sql) with your new host's metadata
3. Run `ttfb.sql` on [BigQuery](https://cloud.google.com/bigquery/) and update [ttfb.json](ttfb.json) with the results

List of available datasets:

* [chrome-ux-report](https://bigquery.cloud.google.com/dataset/chrome-ux-report:all?pli=1)
* [httparchive](https://bigquery.cloud.google.com/dataset/httparchive:summary_requests?pli=1)