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 server.
You can make this setting in the Admin Console.
Fastpath:
Configuring external CDN software to retrieve static resources
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:
- Set up your CDN, configuring it to be aware of your Jive server.
- Configure the resource caching feature with the CDN base URL where static resources can be found when requested.
- At run time, when building pages for a client, Jive rewrites static resource locations so that their URLs point to your CDN server.
- When completing the page request, the client uses the CDN URL to retrieve static resources.
- If the CDN server has the resource, it returns it; if not, it retrieves the resource from the Jive server, return it to the client, and cache it for future requests.
Configuring external static resource caching
To configure the feature,
- In the Admin Console, go to .
- Select the Enable external caching check box.
- Enter the CDN URL where static resources can be retrieved by clients, and save the settings.