Combine and Minify wp-admin files, also re-write URI’s for CDN
Combine and Minify wp-admin files, also re-write URI’s for CDN
Combine and Minify wp-admin files, also re-write URI’s for CDN
The CDN doesn’t allow or disallow anything – it doesn’t care what you keep on your server. W3 Total Cache does not remove local images after copying them to the CDN – and nor should it. What would happen if your CDN disappeared, or corrupted, or increased it’s prices? You’d lose all of your image … Read more
Change media URL (images)
change url for static files in /wp-admin with a cdn url
You could use a plugin such as CDN enabler to rewrite your origin domain URLs to reflect your CDN URLs. If you only want it to change the URLs for assets within your wp-includes directory this can also be defined within the plugin.
How to configure sub-domain for images on Debian Apache VPS?
WP-Stateless: Multi Regional Vs Regional Storage
The the end the solution was to turn on Jetpack in development mode which allowed me to turn photon/ site-accelerator off. My site had a period in the name http://mh.local, so it was necessary to add [const JETPACK_DEV_DEBUG = TRUE][1]; to my wp-config file before I could turn Jetpack on.
The first thing I can think of is about using APIs from also popular hosting services like Dropbox. If you look at the documents it’s pretty easy to upload, list and delete files. I’m pretty sure you can do the same with other dozens of similar services. The WP API will do the REST (LOL)… … Read more
the only way I was able to fix this issue was, deactivate all other plugins, than setup the CDN plug in, than activate the other plugins. seems odd, but if anyone has a better idea, please let me know. thank you