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.

How not to trigger site analytics from localhost

1 pointsby gwynforthewyn4 months ago

2 comments

XCSme4 months ago
That being, I accidentally had my analytics platform (with session recordings) enabled on a local website I was developing.<p>Then, I realized, I had session recordings of the entire history of the website. I could see and rewatch the development progress as a timelapse, pretty cool: <a href="https:&#x2F;&#x2F;x.com&#x2F;XCSme&#x2F;status&#x2F;1878269904698163613" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;XCSme&#x2F;status&#x2F;1878269904698163613</a>
gwynforthewyn4 months ago
I wrote my site in pure html&#x2F;css&#x2F;javascript website, and along the way found that I was unintentionally triggering my site analytics every time I started the site from localhost. A short couple of searches later and I had this rather simple solution.