Nope. It's not a reverse proxy setup. Litespeed's PHP SAPI (
http://www.litespeedtech.com/docs/litespeed-sapi/php-lsapi/installation) is used by apache to handle PHP execution. It's faster than normal PHP processing with Apache.
And to confirm what Dead-I said, we are using MariaDB on our servers.
I've got no further problems, I took the liberty of checking WordFence to see how it's FalconEngine caching engine actually worked and found it was cashing Database and Object caching to the disk which is, as always, ill advised on a shared hosting environment.
Here's what I did to make my site blazing again.
Entered cPanel and went into PHP Options and enabled XCache.
Disabled FalconEngine and all caching from WordFence.
Installed W3 Total Cache WordPress plugin.
Deleted CloudFlare WP plugin (Comes packaged in W3, no beating dead horses here).
Enable all caches to get saved using Xcache omitting Database and Object Caching, leaving those as dynamic as possible.
Entered CloudFlare details.
Enabled SEO by Yoast "Cutting Edge" extension
So the problem wasn't you guys, it was my choice of scripts and I apologize. I should know better.