Plausible.io
Google Analytics
Fathom Analytics
Matomo
Simple Analytics
umami
Mixpanel
PostHog
RequireJS
rollup.js
JSHint
stealjs
JSPM
npm
Webpack
Ender
Plausible Analytics is not designed to be a clone of Google Analytics. It is meant as a simple-to-use replacement and a privacy-friendly alternative that can help many site owners.
It's quick, simple to use and understand with all the metrics displayed on one page. Doesn't track hundreds of metrics like Google Analytics does
Lightweight script of less than 1 KB so sites load fast. The script is 45 times smaller script than the Google Analytics one
Doesn't use cookies so there's no need to worry about cookie banners
Doesn't track personal data so it's compliant with GDPR out of the box and you don't need to worry about asking for data consent
It's open source with the code available on GitHub so you can even self host exactly the same product free as in beer
Unlike Google Analytics, the cloud product is not free as in beer because the business model is subscriptions rather than selling the data of your visitors. Plausible Analytics is bootstrapped without any external funding so the subscription fees help cover the costs and time spent on development.
Plausible.io
RequireJSRequireJS is recommended for projects that are already using it, especially if the project is large and refactoring to a different module system would be resource-intensive. It can also be suitable for legacy web applications that have complex dependency chains which have been built with AMD (Asynchronous Module Definition) patterns. However, newer projects are better served with modern bundlers and native ES6 module syntax.
I've been using plausible since Sep 2019 and never had any doubts about it. It provides me with everything I need related to visitor stats while keeping privacy in first place.
It doesn't slow down my website loading speed (it's amazing, it's less than 1KB in size!), is not blocked by adblockers since it's not really a tracker tracker, and owners are super cool and they actually respond to every inquiry you could possibly have.
If you're looking for de-googling your stuff, you can start with Plausible :)
I tried several analytics tools prior to Plausible, namely Google Analytics and later on Matomo. I found both to be fairly complicated for my usage which is a personal blog. Complicated in the way I had to install and use them. Plausible's simple to set up approach combined with a very clean and inviting user interface was a breath of fresh air. It's simple and clean enough that it actually makes me want to check and analyse my traffic which is a feeling I never thought I'd have having tried alternatives.
It offers clear information about what I really need, without distractions, without advertising and does not slow my site.
Based on our record, Plausible.io seems to be a lot more popular than RequireJS. While we know about 215 links to Plausible.io, we've tracked only 14 mentions of RequireJS. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Also a small tooling aside โ if you're tracking how often skills get used across your team (or just want analytics on your dev blog without the GDPR cookie banner dance), privacy-focused options like Umami or Plausible give you full data ownership and a much lighter footprint than Google Analytics. I migrated two side projects to Umami last year and haven't looked back. - Source: dev.to / about 2 months ago
So this post is about something I've been chewing on for months but finally moved on: ripping Google Analytics out of three side projects and picking a privacy-focused alternative. Specifically, I'll compare Umami, Plausible, and Fathom โ the three I actually evaluated โ and walk through the migration steps that worked for me. - Source: dev.to / about 2 months ago
Plausible is what I recommend when someone wants to set it up and forget about it. It's an EU-based company, the data stays in the EU, and they're very transparent about their infrastructure. - Source: dev.to / 2 months ago
Plausible is also open-source with a self-hosted option, but their cloud-hosted product is where most people land. It's polished, opinionated, and genuinely pleasant to use. - Source: dev.to / 3 months ago
I've been using Umami for this โ it's a self-hosted, privacy-focused analytics tool that doesn't require cookie banners and is fully GDPR-compliant out of the box. Compared to alternatives like Plausible (also excellent, but their hosted plan costs more) or Fathom (hosted-only, pricier), Umami hits a sweet spot of simplicity and zero cost if you self-host. You get clean dashboards showing endpoint usage, response... - Source: dev.to / 3 months ago
That's the job of Closure Compiler. Closure is an optimizing JavaScript compiler that ClojureScript is using since its initial release, in 2011. At the time JavaScript didn't have standard module format, remember AMD, UMD, RequireJS and CommonJS? Closure folks at Google invented another one, where goog.provide declares a module and goog.require imports another module. - Source: dev.to / 8 months ago
The fact that everything was loaded synchronously, which was not really an issue at that time when writing for servers, it was not really feasible for front-ends. Therefore RequireJS was brought to live. If you ever wondered how it looks, there is an example repository still living. If you are more interested in the history, look up: AMD, UMD, RequireJS. - Source: dev.to / about 1 year ago
There is a library called requirejs (https://requirejs.org/) that accomplishes what I am referring to. However, this is essentially similar to the situation in PHP prior to version 5.3 - a solution implemented at the level of a separate library rather than at the language level. Source: about 3 years ago
Webpack is the most popular bundler and it followed on the heels of Require.js, Rollup, and similar solutions. But the learning curve for a tool like webpack is steep. Getting started with webpack isnโt easy due to its complex configurations. As a result, in recent years another solution has emerged. This tool is not necessarily a front-runner, but an easier-to-digest alternative on the front-end module bundler... - Source: dev.to / over 3 years ago
I have a number of JavaScript "classes" each implemented in its own JavaScript file. For development those files are loaded individually, and for production they are concatenated, but in both cases I have to manually define a loading order, making sure that B comes after A if B uses A. I am planning to use RequireJS as an implementation of CommonJS Modules/AsynchronousDefinition to solve this problem for me... Source: about 4 years ago
Google Analytics - Improve your website to increase conversions, improve the user experience, and make more money using Google Analytics. Measure, understand and quantify engagement on your site with customized and in-depth reports.
rollup.js - Rollup is a module bundler for JavaScript which compiles small pieces of code into a larger piece such as application.
Fathom Analytics - Simple, trustworthy website analytics (finally)
JSHint - New JSHint website. Anton Kovalyov Oct 1st, 2013. For the last couple of weeks I've been working on a new homepage for JSHint and today I'm proud to announce the new jshint. com! JSHint Website.
Matomo - Matomo is an open-source web analytics platform
stealjs - Futuristic JavaScript dependency loader and builder. Speeds up application load times. Works with ES6, CommonJS, AMD, CSS, LESS and more. Simplifies modular workflows.