Hacker News new | ask | show | jobs
by jacquesm 921 days ago
I went the other way entirely: no analytics, 100% static site, no logging.

It's super fast and it takes away one more thing to monitor and keep up, it's not as if I'm running an e-commerce site.

5 comments

This is the way. However, if you do want to view some stats about your site, you can get them by checking the domain on Google Search console [0].

[0]: https://search.google.com/search-console/about

I've done exactly the same. I must admit, there's a sense of FOMO — if I weren't hosting on GitHub Pages, I would 100% do some analysis of server logs to learn something about site traffic. However, on balance, this is still the best option!
I went this way even running a design service website, works great, lets me focus on what matters, serving my actual customers and that's the best metric of all, actual paid orders, that's all I need to know :)
I do this as well for most of my sites, and I stopped using analytics. I just want to write what I want to write...to hell with maximizing views.
Good idea - one "analytic" is to put your email on the site, and see how many people say hello!
I have visitor statistics enabled on my site and I like to see how many visits I get on articles. The point is to not see more in it than it can tell you, so I don't really understand the 'remove all statistics because it doesn't matter' argument.

However, I must say your idea is a very good one!

I see it like this:

- If the analytics don't change the way you write, then they are useless overhead. - If they change the way you write (because you try to maximize the number of views), then they may be toxic.

IMO you should write what you have to say, not what you believe people will want to read (with the help of tracking).

When I realized that, I removed GoatCounter from my website, which is now a minimal, static, no-javascript, no-tracking personal blog. And it feels good.

That's exactly my take.
I think the argument is "remove 3rd-party analytics because it is not worth the downsides".
Completely agree. No 3rd party code on my sites.