How to add all css images to CDN

Hi,

I have installed wordpress Mu and i would like to add all images & js & css to CDN.

Has anyone on this forum implemented CDN already ? if so can you share your learnings.

  • drmike
    • DEV MAN’s Mascot

    A friendly reminder that it’s a good idea to spell out abbreviations, at least the first time. Some of us have minds warped by that rock music over the years and things don’t process as quickly as they do with you young whipper snappers. :slight_smile:

    This is a good start:

    http://www.ringofblogs.com/2008/04/12/off-loading-wpmu-theme-files-to-amazon-s3/

    The post after that as well.

    You can search the mu forums for both amazon and gogrid as I believe those are the ones most folks are using.

    edit: As an aside, we actually combine all public side and admin side javascripts into two calls to actual files. Helps keep the head portion of the outputted html clean. That’s more of a nitpick though. A lot of wordpress sites I;’ve seen oveer the years, the head is larger than the body.