This is an old revision of the document!


LSCWP Configuration Settings: CDN

If you currently use a content delivery network, you can configure LSCWP so that they work together.

NOTE: This setup is not necessary for Cloudflare or other distributed proxy networks. Only enable CDN support for reverse proxy content delivery networks!

Learn more about CDN support on our blog.

OFF

CDN support is disabled by default.

When CDN support is enabled, static file links are replaced by CDN links.

This section allows you to specify multiple CDN paths for your content. If you only use one CDN, then only fill out the first box. If you have more than one path (for example, images served from one CDN, and JavaScript/CSS served from another), then you would fill out a box for each path.

NOTE: If you set up multiple CDN paths with the same settings, the last one will overwrite the others.

CDN URL

empty string

This is the base URL for content that is served from this CDN. It should be a full URL beginning with http.

Include Images

OFF

Turn this on to serve all images through this CDN. This includes image attachments, HTML <img> tags, and CSS url() attributes.

Include CSS

OFF

Turn this on to serve all CSS files through this CDN.

Include JS

OFF

Turn this on to serve all JavaScript files through this CDN.

Include File Types

default file types

Use this spot to list, one per line, the file types that are to be served from this CDN. These should be static files. This setting affects all of the following HTML tags: src, date-src, and href. The default file types included in this setting are:

.aac
.css
.eot
.gif
.jpeg
.js
.jpg
.less
.mp3
.mp4
.ogg
.otf
.pdf
.png
.svg
.ttf
.woff

your site URL

This setting defaults to your site's base URL. It shouldn't be necessary to change this. If you do change it, be sure that the URL begins with // as in //yoursite.com. You may use a wildcard (*) here to specify 0 or more characters.

OFF

Use this spot to list file paths that you explicitly do not want to have served from the CDN. List them one per line. You can list a path in its entirety, or use a partial path that will be matched. Do not use wildcards.

Off

It can be faster to load JQuery from a remote CDN service. You may choose one here.

  • Admin
  • Last modified: 2017/12/22 14:47
  • by Lisa Clarke