Hey aka4751,
Thanks for swinging by the forum. I certainly understand the concern over that unexpectedly high CPU usage.
One option that might help in this situation would be to dig into the code for our plugin, while commenting out some of our CSS. Fortunately, another MailChimp List Subscribe Form user that encountered a similar problem was kind enough to post a solution on their blog. In our testing, we’d also found that commenting out lines 108 and 109 (as well as 111) helped.
Here’s their blog post: http://www.limecanvas.com/how-to-stop-the-mailchimp-plugin-slowing-down-your-website/
To locate the PHP file, log into your WordPress admin panel, click Plugins, and click the Edit button next to MailChimp. From there, select the mailchimp/mailchimp.php file. From there, try commenting out the code shown here:
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');
It may also help to try and comment out this line:
$wp_styles->add_data( 'mailchimpSF_ie_css', 'conditional', 'IE' );
This guide from the W3Schools may help with getting that commented out, should you need it:
http://www.w3schools.com/php/php_syntax.asp
However, it’s worth noting that updates to the plugin will remove the changes made to the PHP file, so it may be necessary to remove that code again in the future.
Let us know if there are any questions, or if the problem persists. We’ll be happy to help! 🙂
-mc_elliot