Skip to content

Latest commit

 

History

History
108 lines (100 loc) · 14.2 KB

analytics.md

File metadata and controls

108 lines (100 loc) · 14.2 KB

Analytics

Analytics if implemented should be actionable and in no way impact the performance of the app. i.e Netlify or Google Analytics but done on server side and not on the client.

I try to not waste time and even block pages like Insights Traffic pane on GitHub so as to not waste time viewing useless vanity stats.

Well implemented analytics together with proper logging/tracing should let you let you view user journeys of your app, which parts of the app are barely used and see how you can improve.

PostHog & umami seem nice for analytics. Product Analytics from Scratch is a nice read. Databend seems great for more serious data processing needs.

Notes

Links