5 ms·
I've been using [Plausible](https://plausible.io https://plausible.io) in its self-hosted version for about a month, on a 7M+ page views per month. So far so go
by calyhre 5y ago
I've been using [Plausible](https://plausible.io https://plausible.io) in its self-hosted version for about a month, on a 7M+ page views per month. So far so good
- coldcode 5y agoWorks fine for me as well, though I use the hosted version (not a high volume site atm).
- nickjj 5y agoWhat type of server specs (memory, CPU, disk size, etc.) do you use to self host it? Based on an open issue[0], it's suggested to run a server with 32GB+ of memory to handle hosting Clickhouse but that would mean self hosting Plausible would end up being $160 / month on DigitalOcean which would make it 10x more expensive than hosting my custom app that I want to see analytics for. I know you can use less memory but it sounds like using less can result in an unpredictable environment where everything can stop working at any given moment depending on what Clickhouse wants to do. This happened to someone who replied in that issue. Their production set up stopped working because it ran out of memory. Someone else wrote about it using close to 8GB of disk space to track ~8k page views at https://cyberhost.uk/plausible-3-month-review/ https://cyberhost.uk/plausible-3-month-review/. That was only written back in March 2021 too. They said they are going to look for an alternative solution because the the storage costs are too high. [0]: https://github.com/plausible/docs/issues/67 https://github.com/plausible/docs/issues/67
- calyhre 5y agoThe Clickhouse instance run on a Render[0] "Standard" private service. So 1 CPU (no idea what that means), 2GB of RAM, and a 10 GB disk. So far I've been using 10% of the disk and it's not growing very much. [0]: https://render.com https://render.com
- ukutaht 5y agoClickhouse has got a lot better in limited memory environments. They now recommend 4GB minimum. The production environment that crashed due to Clickhouse OOM was our hosted product a while ago :) After that, we haven't had any downtime on our Clickhouse DB for over a year. The issue with disk space stems from a bad default configuration. Clickhouse used to have EXTREMELY noisy debug level logging enabled by default with no rotation. This has been fixed in our hosting repo[1] so you get sensible defaults. If you don't want to worry about downtime, planning disk space or compute capacity, then that's exactly what we offer at https://plausible.io https://plausible.io. We process and keep the visitor data on our Hetzner servers in Germany. 1. https://github.com/plausible/hosting https://github.com/plausible/hosting
- anothersullivan 5y agoI also just deployed plausible on Fly.io I wrote a [blog post](https://intever.co/blog/plausible-self-hosted-with-fly https://intever.co/blog/plausible-self-hosted-with-fly) and a created a [github](https://github.com/intever/plausible-hosting https://github.com/intever/plausible-hosting) repo to document the process
- NLMichel 5y agoThe powerful thing about GA is the link with Google Ads, does that work nice for Plausible as well?
- ukutaht 5y agoPlausible founder here. There's nothing automatic but you can track your campaigns with utm_campaigns manually. Google has made sure that analytics for Google Ads works best within their own walled garden. Same with Facebook and Twitter with their Pixel products. Instead of using the Referer header or utm parameters as intended, these large corps send obtuse random IDs (gclid, t.co/<id> links) which only they can correlate to an ad, search query or tweet using their internal database. So until there is anti-trust action in this space towards more oppenness and competition, you're stuck with the ad provider if you want tight integration between ads and analytics.