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

Use autoloader in piwik.php requests #4599

Closed
mattab opened this issue Jan 30, 2014 · 1 comment
Closed

Use autoloader in piwik.php requests #4599

mattab opened this issue Jan 30, 2014 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jan 30, 2014

To prevent bugs and complications, we should use autoloader during piwik.php requests.

NOTE: this requires that first we PSR4 autoloader: #4074

Because our current autoloader is not good enough and would be too slow for tracker.

@tsteur
Copy link
Member

tsteur commented Jan 30, 2014

I added the autoloader here: 0e6ec5d

At the moment most classes are loaded manually anyway. So only a very few classes will be loaded by the autloader anyway. And after the change to the autoloader a few weeks ago the PSR4 autoloader should be much faster if at all.

@mattab mattab added this to the 2.x - The Great Piwik 2.x Backlog milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants