Changes between Version 18 and Version 19 of ConfigurationGuidelines


Ignore:
Timestamp:
06/06/09 14:36:28 (16 years ago)
Author:
Fran Boon
Comment:

Performance Optimisation

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v18 v19  
    11== Configuration Guidelines ==
    2 
    3 === {{{favicon.ico}}} & {{{robots.txt}}} ===
    4 These can be provided via 2 different means:
    5  * mod_rewrite
    6  * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit
    72
    83=== Configurable Options ===
     
    2823}}}
    2924In time we could expose to a Web-based admin page, although it's low priority as these are mostly installation-time decisions.
     25
    3026=== Roles ===
    3127By default the 1st user to register will gain the Administrator role.
     
    3834
    3935Security policy is configured in {{{models/zzz.py}}}
     36
     37=== {{{favicon.ico}}} & {{{robots.txt}}} ===
     38These can be provided via 2 different means:
     39 * mod_rewrite
     40 * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit
     41
    4042=== Internet Hosting ===
    4143Can switch to having users download files from CDNs instead of your server.[[BR]]
     
    4850ext-all.js & ext-all.css from Cachefly by uncommenting the lines in {{{views/gis/gis_scripts_min.html}}} & {{{views/gis/ol_js_loaders.html}}}
    4951
     52=== Performance Optimisation ===
     53 * http://groups.google.co.uk/group/web2py/browse_thread/thread/218bb58c96883578
     54
    5055=== Themes ===
    5156Modify {{{views/layout.html}}}.