Changes between Version 11 and Version 12 of ConfigurationGuidelines
- Timestamp:
- 03/04/09 14:45:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v11 v12 29 29 30 30 === Internet Hosting === 31 Can switch to having users download jquery-1.3.2.min.js from Google instead of your server by uncomming the line in {{{views/sahana_scripts_min.html}}} 31 Can switch to having users download files from CDNs instead of your server.[[BR]] 32 This can improve performance in 2 ways: 33 * The CDN may have faster/closer servers to the client 34 * Increases the number of files being downloaded simultaneously, since pulled from different hostnames: http://www.websiteoptimization.com/speed/tweak/parallel/ 32 35 33 Can switch to having users download ext-all.js & ext-all.css from Cachefly CDN instead of your server by uncomming the lines in {{{views/gis/ol_js_loaders.html}}} & {{{views/gis/gis_scripts_min.html}}} 36 jQuery from Google by uncommenting the line in {{{views/sahana_scripts_min.html}}} 37 38 ext-all.js & ext-all.css from Cachefly by uncommenting the lines in {{{views/gis/gis_scripts_min.html}}} & {{{views/gis/ol_js_loaders.html}}} 34 39 ---- 35 40 InstallationGuidelines