Really slow WordPress site [closed]

After reviewing a WebPageTest of your site, it looks like you’re loading a lot of different JavaScript and CSS files. I would really recommend to minify and combine your JavaScript and CSS. You can use CloudFlare (which I highly recommend), W3 Total Cache, or WP Minify Fix. Be careful though, often times minification can break your site. Test it out and see if it helps to resolve things, as it cuts down your separate requests, which helps lower your site loading time.

Also, using the CloudFlare “Rocket Loader” (a general-purpose asynchronous JavaScript loader,) might also provide some performance improvements to your site, as it would allow your JavaScript to load after window.onload.