You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module does HTTP calls on every page when the extension is just installed and not yet all JS URLs are fetched. The code behind a problem is this helper method.
This URL retrieval for JS should have been done via cronjob and storing URL should be done in an own database table. Updating store configuration triggers a complete configuration rebuild that results in a disaster under high load.
Preconditions
Clean Magento 2.3.3
Recent Mailchimp extension version installed but not configured
Blackfire code profiler installed and configured
Steps to reproduce
Profile any page with Blackfire
Open generated profile and check the call stack of the mentioned method
Expected result
No HTTP calls
No updates to core_config_data
Actual results
HTTP call to Mailchimp API
Complete wipe-out of configuration cache on the frontend
The text was updated successfully, but these errors were encountered:
IvanChepurnyi
changed the title
[Performance Isusse] HTTP calls to mailchimp on every page request and config cache flush
[Performance Issue] HTTP calls to mailchimp on every page request and config cache flush
Dec 17, 2019
The module does HTTP calls on every page when the extension is just installed and not yet all JS URLs are fetched. The code behind a problem is this helper method.
This URL retrieval for JS should have been done via cronjob and storing URL should be done in an own database table. Updating store configuration triggers a complete configuration rebuild that results in a disaster under high load.
Preconditions
Steps to reproduce
Expected result
Actual results
The text was updated successfully, but these errors were encountered: