October 26 - November 1
You are here: Home Program Sprint CDN enabled content types

CDN enabled content types

summary of the proposal

Through working with a lot of sites that undergo heavy development and content preparation in local lab, I've realized that when the sites go up - you need to manually go over too much content items and change the URLs of images, videos and other binary content to load from  CDN server which allows for bandwidth splits and faster load times.

We need to develop a generic parent content type, that will enable this functionality and subclass it or mix it in to create CDN enabled content types.

Participants:


Document Actions

wsgi component?

Posted by Jordan Baker at Oct 30, 2009 05:45 PM
I think there already is a WSGI component that can automatically move content referenced in a page to the CDN or there should be...

wsgi component?

Posted by Alec Mitchell at Oct 30, 2009 05:53 PM
That certainly sounds like a better approach. Mixins should be avoided for something like this. If it needs to be done inside Plone, then "sub-typing" is probably a better approach. Perhaps plone.behavior could play a role. Because this is fundamentally a delivery optimization issue, using WSGI would seem to be quite appropriate.