Changes between Version 11 and Version 12 of ConfigurationGuidelines


Ignore:
Timestamp:
03/04/09 14:45:22 (16 years ago)
Author:
Fran Boon
Comment:

CDN script hosting clarified

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v11 v12  
    2929
    3030=== 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}}}
     31Can switch to having users download files from CDNs instead of your server.[[BR]]
     32This 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/
    3235
    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}}}
     36jQuery from Google  by uncommenting the line in {{{views/sahana_scripts_min.html}}}
     37
     38ext-all.js & ext-all.css from Cachefly by uncommenting the lines in {{{views/gis/gis_scripts_min.html}}} & {{{views/gis/ol_js_loaders.html}}}
    3439----
    3540InstallationGuidelines