Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgrammatiko/ismyhostfast
https://github.com/dgrammatiko/ismyhostfast
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgrammatiko/ismyhostfast
- Owner: dgrammatiko
- License: gpl-3.0
- Created: 2021-08-12T11:51:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T01:34:58.000Z (5 months ago)
- Last Synced: 2024-10-12T11:25:40.028Z (27 days ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 resultsList 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)