CDN Package
Permalink
One of the things that surprises me is no CDN integration has been written into C5 yet - either the core or via an add-on.
Has anyone looked at this yet (I have scanned the forums and there is the odd mention)...
Really like the Wordpress Totalcache approach - pop the CDN particulars into the form and off you go, all the media files are available viahttp://cdn.XXXX.com and this is how the URLs are structured.
Keen to open up the discussion?
Has anyone looked at this yet (I have scanned the forums and there is the odd mention)...
Really like the Wordpress Totalcache approach - pop the CDN particulars into the form and off you go, all the media files are available viahttp://cdn.XXXX.com and this is how the URLs are structured.
Keen to open up the discussion?
I too had this issue and i decided to write an add-on that will incorporate a cdn:
http://www.concrete5.org/marketplace/addons/content-delivery-networ...
Check it out!
http://www.concrete5.org/marketplace/addons/content-delivery-networ...
Check it out!
I put together a pull on github for a generic re-mapping of assets that I have been using on some sites, which unfortunately didn't make it into 5.6.1.
https://github.com/concrete5/concrete5/pull/771...
I may turn that into an addon as it had negligible overhead and worked quite well.
The reason I was given is because there will be a rethink of asset mapping in 5.7, so it may well resurface then.