diff --git a/README.md b/README.md index 6a08b4f..80b4062 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,19 @@ Alternative front-end for GitHub written with Go. (WIP) - Open source - for peer review & trustworthiness - Save bandwidth - no JavaScript/tracking bloat loaded! +## Comparison to GitHub + +Tested with PageSpeed Insights. Using ansible/ansible as a test repo. + +| | [GotHub](https://pagespeed.web.dev/analysis/https-gh-dev-odyssey346-dev-ansible-ansible/2430mn1ece?form_factor=mobile) | [GitHub](https://pagespeed.web.dev/analysis/https-github-com-ansible-ansible/maetxu2zat?form_factor=mobile) | +| -------- | ---------- | ----------- | +| Performance | 100 | 81 | +| Requests | 3 | 88 | +| Resource Size | 8kb | 629kb | +| Time to Interactive | 0.9s | 2.7s | + +Quite the difference, isn't it? + ## Instances ### Difference between branches The ``master`` branch runs on the master branch of GotHub. This means that the instance is running a stable, tested version of GotHub that doesn't get updated as much as ``dev``. Doesn't mean they're bad, though.