zoul0813 / w3tc-load-balance

W3 Total Cache - Load Balance Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W3 Total Cache - Load Balance

This plugin adds "load balancing" support to WordPress sites that use W3 Total Cache.

Some sites are hosted on multiple servers and may not have certain media or static files present on the server the request is made from. w3tc-load-balance rewrites the URL's in the media library in the WP Dashboard and allows you to see your media thumbnails, as well as work with them. It allows you to issue resize and rotate commands through the standard WP Image Editing tools by pulling the media off of your CDN and storing it locally on the server after the request has been issued, it then pushes the file back up to your CDN when it's done so the changes take effect as soon as your CDN cache has expired.

Config

define('W3TCLB_DEBUG', false);
define('W3TCLB_DEBUG_LOG', '/tmp/w3tclb.log');

About

W3 Total Cache - Load Balance Support

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%