Woah, this is exactly what I was looking for to speed up my site! Calls to widgets.js was causing issues, and this put a stop to them. Will this
function sb_dequeue_intents() {
wp_dequeue_script( 'ctf_twitter_intents' );
}
add_action( 'wp_footer', 'sb_dequeue_intents' );
have any adverse effects on the plugin?