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

Mailchimp pluging slows down wordpress response time #32

Open
kjrogers opened this issue Jan 26, 2015 · 4 comments
Open

Mailchimp pluging slows down wordpress response time #32

kjrogers opened this issue Jan 26, 2015 · 4 comments

Comments

@kjrogers
Copy link

I am using version 1.4.2 of the mailchimp plugin to allow users to subscribe from my wordpress site and store their information in the mailchimp database. The mailchimp plugin clearly slows down the response time on my website. If the plugin is enabled then the page response time is 10 seconds. If I disable the plugin then response time is between 3 and 4 seconds. This problem has been diagnosed by others. The offending lines are in lines 113 and 114 in mailchimp.php. If I comment out these lines then my website responds more quickly. However, I get errors in administration mode. When will the response time problem be fixed?

@ghost
Copy link

ghost commented Mar 27, 2015

I can confirm this definitely does slow down the page loading process, by adding an extra resource to be loaded, which loads slowly.

Commenting the lines below removed the extra CSS code being added to the template, which removes the request.

wp_enqueue_style('mailchimpSF_main_css', home_url('?mcsf_action=main_css&ver='.MCSF_VER));
wp_enqueue_style('mailchimpSF_ie_css', MCSF_URL.'css/ie.css');

Can this be resolved in an update, either by removing these lines from the mailchimp.php file, or providing an option in the Admin, to remove these lines.

@selrond
Copy link

selrond commented Jan 4, 2017

@kjrogers @leecollings same problem here. What does MailChimp's CSS do anyway? Where is it used? Can I safely comment out those lines?

@danicotillas
Copy link

@leecollings If I comment those line it gives me an Error 500.

@ghost
Copy link

ghost commented Jun 6, 2017

@danicotillas Can you show us how you are commenting out the lines?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@selrond @danicotillas @kjrogers and others