<div dir="ltr"><div><div><div><div><div><div><div>Here are a few areas that would speed up the site.<br><br></div>1. Optimize the two large images from the carousel. They are still very large. They should really be about 200KB each like the other image.<br>

</div>   a. quadbot (1.7MB)<br></div>   b. test1 (820KB)<br><br></div>2. remove broken bootstrap.min.js references  (404)<br><br></div>3. jQuery library is loaded twice for some reason. Remove the second one.<br><br></div>

4. bundle up the three javascript libraries minified (in this order) as one file. They don't change often, so it would be better to just combine them all to save the requests.<br></div><div>    a. jQuery<br></div><div>

    b. bootstrap<br></div><div>    c. bootstrap-tabs<br><br></div><div>5. Combine some of the CSS files.I don't see why we need to have so many of them (17).<br><br><br></div><div>Doing all of that should speed up the website quite a bit from a content standpoint. If no one is opposed, I am just going to start doing these changes and make pull requests when I get them done.<br>

</div></div>