This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
admin_menu:design:settings:start [2014/11/04 21:42] geomatt [Also Combine CSS and JS libraries] |
admin_menu:design:settings:start [2014/12/16 17:27] (current) geojames |
||
---|---|---|---|
Line 7: | Line 7: | ||
The settings on this page control different aspects of how the design (templates, images, CSS, JS, etc.) work. Care should be taken when changing these, if something is done incorrectly it can result in a non-working website. | The settings on this page control different aspects of how the design (templates, images, CSS, JS, etc.) work. Care should be taken when changing these, if something is done incorrectly it can result in a non-working website. | ||
+ | |||
+ | ====== How these features can help ====== | ||
+ | |||
+ | These features can speed page load for your site by reducing the footprint of css/js code downloaded to operate you site. Many page analyzers recommend applying such features as mentioned here. The features here are designed to do the following: | ||
+ | |||
+ | **Combine js/css files** - This simply moves the contents of multiple files into a single file, to reduce the raw number of HTTP requests a visitor has to make for each page load. | ||
+ | |||
+ | **Minimize those js/css files** - This further improves things by making that one combined file as small as possible (without actually applying " | ||
+ | |||
+ | **Compression of those files** - This is a mathematical, | ||
+ | |||
+ | Some or all of these may not work on certain servers. Where they work, they' | ||
+ | |||
====== Media Location Settings ====== | ====== Media Location Settings ====== |