Hacker News new | ask | show | jobs
by hyferg 1740 days 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!

1 comments

Your website is a static page. You should put that behind CloudFlare (or similar) and get them to handle the traffic for you.
We'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 :/
If 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.