';
echo '
AIO Cache: Support Us
';
echo "THANK YOU for installing AIO Cache!
\n";
echo "DONORS OF $10 USD or more will receive the PROFESSIONAL EDITION of this plugin.
To see what you get with the PROFESSIONAL EDITION, go to the \"AIO Cache\" menu, then to \"PRO VERSION\".
\n";
echo "
Please post the following information to the Wordpress.org AIO Cache Support Forum:
> Please report issues with other scripts as well as bugs.
> Please report compatibility with alternative web servers such as IIS, Nginx, and others.
> Please request new features for upcoming releases.
> Instead of rating this plugin badly, please give us some insight as to how we can make this plugin suit your performance needs in a better way.
\n";
echo "\n";
}
function aio_cache_go_pro() {
echo '';
echo '
AIO Cache: PROFESSIONAL Edition
';
echo "
DONORS OF $10 USD or more will receive the PROFESSIONAL EDITION of this plugin.
Professional Edition Features
> Donation Link Removal.
> Alternative Caching Method Which Enables Content to Always Stay Fresh
> Top Ranking Google PageSpeed Insights and YSlow Reports (Great for SEO)
> Up to 5x Speed Increase
> HTML, CSS and JavaScript Optimization and Minification Into Two Static Files
> Better Admin Panel
> DIRECT AND DEDICATED SUPPORT
ONLY for donors of $10 USD or more.
\n";
echo "
\n";
}
require('aio/cache/aio-cache.php');
require('aio/cachehead/aio-cachehead.php');
require('aio/cdn/aio-cloudflare.php');
require('aio/footscripts/aio-footscripts.php');
require('aio/lazyimg/aio-lazyimg.php');
require('aio/minify/aio-minify.php');
require('aio/rurlopti/aio-rurlopti.php');
?>