TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you use analytics on your personal blog/site? Why?

3 pointsby ilmiontover 4 years ago
I&#x27;ve been thinking for a while about relaunching a personal site (abandoned in 2017, offline since 2018) and would like to go JavaScript-less.<p>Previous personal sites have always included some kind of analytics&#x2F;view counting system and I&#x27;d originally intended to do so on the new site.<p>Yet thinking about it... I really don&#x27;t know why I care how many people read an article, or whether that data is of any use to me. (It really would be only view counts that I&#x27;d collect.)<p>Which got we wondering... do <i>you</i> collect analytics (whether full-blown GA or just a per-page view count log), and what <i>real value</i> does that data provide to you?<p>I&#x27;ve decided against it for my new site but am now analysing (ahem) why I wanted it in the past, and if there&#x27;s anything I&#x27;m missing...

7 comments

protoductionover 4 years ago
My personal site is HTML&#x2F;CSS only, but I decided to add a privacy-ok simple analytics solution to it [1]. So now it does have some JS on it, but I can live with its &lt;1KB size. By deferring it it&#x27;s just as fast as before.<p>I really only use it as a view counter - seeing that there are actually a few readers motivates me.<p>[1]: <a href="https:&#x2F;&#x2F;plausible.io" rel="nofollow">https:&#x2F;&#x2F;plausible.io</a>
Sodawareover 4 years ago
I use goaccess for analysing my server logs and that&#x27;s it. I look for pages that are popular, traffic spikes, and any referrals that stand out. There is so much referrer spam these days that it takes a while to clean things up to the point where it&#x27;s useful.
zzo38computerover 4 years ago
I do have logs on the server (although the data in the logs is reduced when a &quot;DNT:1&quot; header is present). I do not use any client side analytics at all, and do not want to.<p>Often I just have plain text files, and direct downloads for other stuff anyways; however, comments can be useful, and if someone has comments, I do have a NNTP server which can be used for discussions about these things.
XCSmeover 4 years ago
I think it depends a lot on what your goal is with the personal blog&#x2F;site. If you want to improve it or gain attention, then analytics will be useful, but if you just want to have it for purely personal reasons than analytics might not help with your goal.<p>Though, it is still nice when you post an article to know how many people actually read it, but I think this could also be solved by adding a comment section.
mraza007over 4 years ago
I use Google Analytics. Looking at analytics helps me stay motivated as it shows people are actually reading my content
bwipover 4 years ago
My personal site is html&#x2F;css only, no js or other frameworks on the pages. I don&#x27;t count page views but can see bandwidth usage on the free firebase instance I use for it (firebase deploy from cli is my lazy method of pushing).
muzaniover 4 years ago
Personal, no. Yes for everything else.<p>However, I love seeing feedback and where they come from. I have one project in my resume, and it&#x27;s become analytics for who actually goes through the resume and when. I saw someone referred from a YC job applicant management dashboard from there, so I know Y Combinator&#x27;s job network gets good read on my resume at least.<p>I also noticed that rejections come soon after certain people view my profile on LinkedIn or certain articles, so it&#x27;s interesting to note what kind of impressions people have of me.