[flagged]
> Just use GoAcces for fuck's sake. GoAccess seems pretty cool and is probably a good task for the job, when you need something simple, thanks for recommending it: https://goaccess.io/ Even if you have analytics of some sort already in place, I think it'd probably still be a nice idea to run GoAccess on your server, behind some additional auth, so you can check up on how the web servers are performing (in lieu of oth…
Using analytics on my website
21–30 of 61 posts
Re: Using analytics on my website
#22[flagged]
And you can use your analytics data to better understand your users because again most bots won't trigger your analytics script (because why would they execute it and waste their CPU cycles on that?). And yes, you can't trust the exact numbers (because adblockers, etc) but you can see the trends:
Page A has 1000 visitors per day. Page B has 10 visitors per day. We can conclude that A is more popular than B (why that is another question).
Or Page A had 100 visitors on average last month and now it has 1000 visitors on average. We can conclude it got more popular. Etc.
Do you need that for your personal blog? Probably not. Do you need that on your e-commerce shop to verify wether you 1 million dollar ad spend makes a difference or not? Probably.
Re: Using analytics on my website
#23I went the other way entirely: no analytics, 100% static site, no logging. It's super fast and it takes away one more thing to monitor and keep up, it's not as if I'm running an e-commerce site.
Good idea - one "analytic" is to put your email on the site, and see how many people say hello!
However, I must say your idea is a very good one!
Re: Using analytics on my website
#24I went the other way entirely: no analytics, 100% static site, no logging. It's super fast and it takes away one more thing to monitor and keep up, it's not as if I'm running an e-commerce site.
Re: Using analytics on my website
#25I went the other way entirely: no analytics, 100% static site, no logging. It's super fast and it takes away one more thing to monitor and keep up, it's not as if I'm running an e-commerce site.
Re: Using analytics on my website
#26Earlier quoted context omitted.
Good idea - one "analytic" is to put your email on the site, and see how many people say hello!
I have visitor statistics enabled on my site and I like to see how many visits I get on articles. The point is to not see more in it than it can tell you, so I don't really understand the 'remove all statistics because it doesn't matter' argument. However, I must say your idea is a very good one!
Re: Using analytics on my website
#27[flagged]
> Just use GoAcces for fuck's sake. You don't need more than access logs. What are you going to do with that analytics data anyway? How much can you even trust that it's real and not bots that are getting better every day? I can provide you a very simple example. You have a blog, with articles. On a multi-thousand word article, you know that traffic that spent You get the point, I hope. Access logs are useless for th…
Re: Using analytics on my website
#28[flagged]
The benefit with using JS instead of access logs are that scraping bots, security scanners etc usually don't call your JS analytics so for a small site the number % of bots can be 90% of the logs. And you can use your analytics data to better understand your users because again most bots won't trigger your analytics script (because why would they execute it and waste their CPU cycles on that?). And yes, you can't tru…
The analytics script is not run using your CPU cycles; those belong to your victim/target.
Re: Using analytics on my website
#29[flagged]
Re: Using analytics on my website
#30I went the other way entirely: no analytics, 100% static site, no logging. It's super fast and it takes away one more thing to monitor and keep up, it's not as if I'm running an e-commerce site.