We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that we have a performance regression when the cache is disabled (which I need for development), searches take up to 20s.
This is because the bugzilla class does an http query per search result if the cache is disabled.
The text was updated successfully, but these errors were encountered:
This should be fixed, right?
Sorry, something went wrong.
needs a new tag on https://github.com/mozilla-l10n/phpclass-bugzilla/ ;)
Completely forgot about that, done https://github.com/mozilla-l10n/phpclass-bugzilla/releases/tag/0.1.3
pascalchevrel
No branches or pull requests
I noticed that we have a performance regression when the cache is disabled (which I need for development), searches take up to 20s.
This is because the bugzilla class does an http query per search result if the cache is disabled.
The text was updated successfully, but these errors were encountered: