This may be helpful for people wanting to use MySQL to update post content with shortcodes.
UPDATE database_wp2.wp_posts SET post_content = REPLACE(post_content, ‘[My Shortcode’, ‘[MyShortcode’)
Run this from SQL window in PHPMyAdmin
Note: place backtick before and after database_wp2 and wp_posts. This site isn’t allowing me to display them on the page due to formatting.
I tested this and it works just fine.
That’s the same exact problem I’m having when I check my site with Google PageSpeed http://www.mttmobile.us.
It looks to me like a lot of the problem here is jetpack, but I don’t want to disable that since I really like the comment and like system. Any help with this would be greatly appreciated.
I’m using WP Super cache and everything thing else on my pagespeed check is excellent. My score for mobile is 78 and desktop is 92.