matomo-org/matomo

Have a minimal JS tracker with only very basic features

Open

#17,094 建立於 2021年1月15日

在 GitHub 查看
 (2 留言) (2 反應) (0 負責人)PHP (2,847 fork)batch import
Help wantedc: New pluginc: Performance

倉庫指標

Star
 (21,513 star)
PR 合併指標
 (平均合併 8天 11小時) (30 天內合併 106 個 PR)

描述

Just saw https://minimalanalytics.com/ and figured it could be quite nice for some people where performance matters and they only use basic feature set and no cookies.

We could offer like only trackPageview and trackEvent as part of a very minimalistic JS tracker. By default gzipped the regular matomo.js is > 50KB vs this could be maybe 1KB and be quite some difference in terms of performance.

eg developer.matomo.org is only 200KB transferred data, matomo.org roughly 600-700KB or less depending on resolution etc.

It would also save a lot of time as it wouldn't need to parse and execute 200KB JS. Especially on mobile etc

貢獻者指南