this post was submitted on 26 Aug 2023
11 points (100.0% liked)

Web Development

3425 readers
2 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I'm looking for an web analytics tool.

I really only care about how many people visit the site, and where from. Any other data would be nice just not needed.

Are there any free, and or cheap tools?

top 7 comments
sorted by: hot top controversial new old
[–] silas@programming.dev 5 points 1 year ago* (last edited 1 year ago) (2 children)

I’d recommend umami. It’s privacy-focused, you don’t need to put up a cookie notice, and it’s got a good free plan. You can always self-host too. Plausible is comparable, but doesn’t have a free plan unless you self-host

[–] lemann@lemmy.one 1 points 1 year ago

I use self hosted Umami - simple and I like it

[–] bberg@discuss.online 2 points 1 year ago (1 children)

matomo has a free self-hosted option. and it doesn't require js injection. if you don't need lots of metrics, it's able to parse some data from nginx/apache logs alone.

[–] drlecompte@discuss.tchncs.de 1 points 1 year ago

Self hosted matomo works well for me. Small site, I just want to have a bit of an idea about what is popular and where visitors come from. I've had it installed for ages and incremental updates work fine.

I hear that matomo can get resource heavy if your site draws large amounts of visitors. Which makes sense, but it might be something to take into account, and maybe install it on a separate (virtual) machine.

[–] devious@programming.dev 1 points 1 year ago

Personally, I self-host Plausible (plausible.io) and I'm really liking it. Slowly replacing google analytics with plausible across all my sites and apps.

[–] daco@lemm.ee 1 points 1 year ago

GoatCounter works great, has a free hosted plan and is open source (and you can self-host it). You can export all your data, manage privacy settings, manage users and so on. Made in Go.