To speed up the Google plus one button you can change.
Code:
<script src=?http://apis.google.com/js/plusone.js? type=?text/javascript?></script>
To
Code:
<script src=?https://apis.google.com/js/plusone.js? type=?text/javascript?></script>
When the plus one button is pressed Google redirects the javascript from a http URL to a https URL and can add up to 5 seconds on a users load time. So by changing the above code Google will no longer have to make this redirect.