6 ms·
I'll edit the readme of that repo to make it more clear. We're distributing the browser off of github so we don't have to pay for download bandwidth and because
by hyferg 5y ago
I'll edit the readme of that repo to make it more clear. We're distributing the browser off of github so we don't have to pay for download bandwidth and because it integrates with our CI.
Our website got 1TB of traffic yesterday (which it turns out I have to pay for) and thats without hosting the binary on our site!
- hnlmorg 5y agoYour website is a static page. You should put that behind CloudFlare (or similar) and get them to handle the traffic for you.
- hyferg 5y agoWe're hosting 15mb of video files on that landing page. Netlify says we've had 2.2 TB of transfer out but dividing those numbers gives many more uniques than we've seen in the landing page analytics :/
- hyferg 5y agoIf anyone's interested, it is likely that the missing traffic is coming from people with blocker scripts that prevent analytics. I've moved the media files from the landing page over to a S3 bucket behind Cloudflare as suggested.