Configuring External Static Resource Caching

If you're using a lightweight content delivery network (CDN), you can configure the community to tell clients to retrieve static resources from your CDN server. This improves performance by reducing load on the Jive SBS server. You can make this setting in the admin console.

This feature assumes that you've set up and configured your CDN software to retrieve static resources from the application server when necessary. Here are the basic steps:
  1. Set up your CDN, configuring it to be aware of your Jive SBS server.
  2. Configure the resource caching feature with the CDN base URL where static resources can be found when requested.
  3. At run time, when building pages for a client, Jive SBS will rewrite static resource locations so that their URLs point to your CDN server.
  4. When completing the page request, the client will use the CDN URL to retrieve static resources.
  5. If the CDN server has the resource, it will return it; if not, it will retrieve the resource from the Jive SBS server, return it to the client, and cache it for future requests.
To configure the feature, go to the Resource Caching Settings page and select the Enable external caching... check box. Enter the CDN URL where static resources can be retrieved by clients.