Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 868 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 868 Bytes

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');