Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a faster alternative to Google Analytics? [closed]

I like to keep my websites extremely light and fast, but of course I need some kind of user tracking and analytics.

It seems like Google Analytics always takes significant enough processing time that I'd like to replace it with something faster (and/or hosted locally), perhaps having less features.

I really only care about these metrics: browser, OS, referrer, and # hits per page on a given day or week.

Does anyone have any good suggestions, or is Google Analytics really the best option?

like image 671
Eric Wendelin Avatar asked Oct 20 '08 22:10

Eric Wendelin


People also ask

Is there a better alternative to Google Analytics?

Gauges is another great alternative to Google Analytics, offering you comprehensive insight into the traffic coming to your site. It comes with attribution modeling capabilities, allowing you to get customer journey insights, track campaign performance, and analyze revenue.

Is Google Analytics still the best?

Overall Best Website Analytics Tool: Google Analytics. Without a doubt, Google Analytics is the best analytics tool out there.

Why you should stop using Google Analytics?

It's overkill for the majority of site owners For most site owners, the amount of data Google Analytics collects is overkill. It's a powerful but complex tool that takes time to understand and requires training. Most people find real and regular use for only a fraction of the metrics it measures.

Is Universal Google Analytics going away?

Google announced that Universal Analytics will officially retire and stop processing new hits on July 1, 2023.


2 Answers

You should try Asynchronous Google Analytics. It loads GA in the background, so the rest of the content on the page is not blocked from rendering:

http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html

Additionally, since you first asked this question, Google has upgraded their serving infrastructure. It's now faster, and much more reliable than it was in 2008. For most sites, it's better to use Google's CDN instead of hosting ga.js yourself. Since the official ga.js is on so many sites, most users will have it in their browser cache.

like image 134
Brian Avatar answered Oct 01 '22 08:10

Brian


It may be the load time that is the main delay. Try hosting the google analytics javascript file locally.

like image 25
Liam Avatar answered Oct 01 '22 06:10

Liam