BoldGrid / w3-total-cache

GNU General Public License v2.0
153 stars 86 forks source link

Use CDN links on WordPress editor page? #923

Open victorlin opened 4 months ago

victorlin commented 4 months ago

In Microsoft Azure's offering WordPress on Linux App Service, one of the aims is to offload media files to an Azure Blob Storage Container and delete them from the WordPress host's filesystem to save disk space.

W3TC has the option Use CDN links for the Media Library on admin pages which makes this use case work almost perfectly. However, I've stumbled into a roadblock in that the WordPress editor (which is often used by content mangers) doesn't use CDN links and thus media can't be loaded when editing a post.

Is there any way to use CDN links on the WordPress editor page?