If anyone wants to remove 4 queries you need to do the following : Disable usertitle and other 2 enchanments , edit the plugin and remove the following
Code:
$woopra_email_phrase = fetch_phrase('email', 'global', '', '', '', $vbulletin->options['languageid']);
$woopra_usertitle_phrase = fetch_phrase('user_title', 'user', '', '', '', $vbulletin->options['languageid']);
$woopra_totalposts_phrase = fetch_phrase('total_posts', 'user', '', '', '', $vbulletin->options['languageid']);
$woopra_joindate_phrase = fetch_phrase('join_date', 'global', '', '', '', $vbulletin->options['languageid']);