-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix/923 reduce the number of api #936
Conversation
Good Job Sir! |
We have one test is failing (Note: in general, sometimes if other transients than imagify_user_cache is expired while we are doing test , API call may happen but after refresh no call) => failed test acceptable by @piotrbak |
Description
Fixes #923
Reduce the number of times api is called.
Type of change
Detailed scenario
Check #923 for detailed scenario
Technical description
Documentation
Remove the api call from constructor and only call when it's needed.
Mandatory Checklist
Code validation
Code style
Unticked items justification
If some mandatory items are not relevant, explain why in this section.
Additional Checks