CDN Linker for Wordpress and Magento
- Info
- See github for the latest source.
- Author
- Mark Kubacki <[email protected]>
- License
- RPL v1.5, for non-commercial Personal Use (Ā§ 1.11)
- Tags
- CDN,links,cloudfront,simplecdn,media,performance,distribution,accelerator,content,speed,cloud
- Requirements
- Wordpress 2.7 ā 5.5 and later, PHP ā„5.6 or HHVM ā„ .3.0
Rewrites links to static files to your own CDN network.
Description
Modifies links pointing to āwp-contentā and/or āwp-includesā (or whatever you configure) by replacing your āblog_urlā with a custom one. Enables you to pull static files, such as images, CSS or JS, from a different host, mirror or CDN.
You could upload your files to S3, CloudFront or a host dedicated to serving static files.
License
Licensed under the Reciprocal Public License, Version 1.5, for Personal Use as defined in 1.11 therein (http://www.opensource.org/licenses/rpl1.5).
Else, please contact me by email for an individual license. I will need the number of sites and servers you are running to make you an offer (which is a tip of 10 to 20 EUR in most cases).
Installation
- Setup your CDN: Either configure āorigin pullā, āmirror bucketā or upload your static files to a dedicated host.
- Upload the plugin to your /wp-content/plugins/ directory.
- Activate the plugin through the āPluginsā menu in WordPress.
- Provide the URL, where your static files can be found, under āSettingsā.
Support
Before asking for support please upgrade to the latest non-beta version of CDN Linker!
- I will happily discuss your feature requests and ideas for further development if you send me an email.
- Please understand that individual support is not free of charge. Attach to your initial email a list of all installed plugins, and the two HTML files (just text, no images) you receive when running with and without CDN Linker being enabled. Please remember to mention the URL to your site as well as your license number or Paypal transaction ID, if you have it.
- The cause of empty pages is, in all cases as of now, a different caching plugin which already does rewriting of links.
Frequently Asked Questions
- Is it any good?
- Yes.
- Is it free of charge to use?
Yes, for personal use. Not for commercial use or hosting companies.
āPersonal useā excludes any commercial or commercialized sites or blogs. Although āpersonal useā excludes hosting companies you are free to upload the plugin to your WP installation individually, though, as long as your āWP installationā is covered by the term āpersonal useā. ;-)
You can obtain a generous license for other use-cases for a tip. By āgenerousā I mean that one license will cover all domains serving the same content no matter which TLD (myblog.com, myblog.de, myblog.us ā all covered) and the such. Contact me by email with a list of the relevant domain names.
Contributors will receive a gratis license.
- How do I uninstall it?
- Go to Wordpress' plugin listing and click on ādeleteā.
- Will it work with my CDN?
- Yes, if it supports āorigin pullā (aka āmirror bucketā, some sort of caching). Or if you upload your files manually.
- What about Amazonās S3?
Right, S3 doesnāt support āorigin pullā. You will have to upload your files by hand. Iāve written a script for this, too, so it is just a matter of running it. It is linked on the bottom of my blog post about copying files to S3.
Amazonās CloudFront does support origin pull. Just create a ādistributionā as usual and set your blogās URL as āoriginā.
- So, my blog is fully served by a CDN?
- No. Wordpress will still have to run on the original host. āwww.myblog.blogā will still have to be āwww.myblog.blogā, only your (for example) images will be loaded from ācdn.myblog.blogā. Most CDNs do not support fast-changing content or passthrough of HTTP POST requests (ā comments).
- There is more than one āCDN Linkerā?
- Yes. This is the regular version. A āprofessionalā version exists, too, and is available to paying customers. And there are forks for CDN providers.
- What other plugins do you recommend?
- Now that you can offload all the files such as images, music or CSS, you should serve your blog posts as static files to decrease load on your server. I recommend SuperCache-Plus as it will maintain, update and create that static files from dynamic content for you. The CDN Linker is compatible.