Skip to content
Snippets Groups Projects
  1. Feb 15, 2018
    • r00t0vi4's avatar
      Update _piwik.html.haml · 8e5d1880
      r00t0vi4 authored
      Matomo core developers  are recommended to use "js/" instead of "piwik.js" and "piwik.php":
      - js/index.php (or implicitly as "js/") can be used to serve up the minified piwik.js;
      - it supports conditional-GET and Last-Modified, so piwik.js can be cached by the browser;
      - it supports deflate/gzip compression if your web server (e.g., Apache without mod_deflate or mod_gzip), shrinking the data transfer to 8K;
      - js/index.php (or implicitly as "js/") can also act as a proxy to piwik.php;
      - If you are concerned about the impact of browser-based privacy filters which attempt to block tracking, you can change your tracking code to use "js/" instead of "piwik.js" and "piwik.php", respectively.
      
      https://github.com/matomo-org/matomo/blob/3.x-dev/js/README.md
      Unverified
      8e5d1880
  2. Feb 14, 2018
  3. Feb 13, 2018
  4. Feb 12, 2018
  5. Feb 09, 2018
  6. Feb 08, 2018
  7. Feb 07, 2018
  8. Feb 06, 2018
  9. Feb 05, 2018
  10. Feb 02, 2018
Loading