Getting started:
About the site:
About the optimizations:
About the warnings:
According to Google, the type tags for styles and scripts can be safely removed, lowering page sizes.

Here are some examples:
Original: <script type='text/javascript'>
Becomes: <script>

Original: <style type='text/css'>
Becomes: <style>