Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piwik is slowing down website #10595

Closed
saqib16 opened this issue Sep 29, 2016 · 2 comments
Closed

Piwik is slowing down website #10595

saqib16 opened this issue Sep 29, 2016 · 2 comments
Assignees
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@saqib16
Copy link

saqib16 commented Sep 29, 2016

Hi ,

Is there any modification done regarding piwik snippet as mentioned here :

var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
window.addEventListener('load', function() {
  var u="//mysite/piwik/";
  _paq.push(['setTrackerUrl', u+'piwik.php']);
  _paq.push(['setSiteId', 1]);
  var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
});

https://forum.piwik.org/t/piwik-is-slowing-down-my-website-load-speed-but-why/15257/9

Kind Regards,
Saqib

@tsteur
Copy link
Member

tsteur commented Sep 29, 2016

Have a look here: #9077

@tsteur tsteur closed this as completed Sep 29, 2016
@tsteur tsteur added the duplicate For issues that already existed in our issue tracker and were reported previously. label Sep 29, 2016
@tsteur tsteur added this to the 2.16.3 milestone Sep 29, 2016
@tsteur tsteur self-assigned this Sep 29, 2016
@mattab
Copy link
Member

mattab commented Jun 21, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

3 participants