Changes between Version 85 and Version 86 of ConfigurationGuidelines


Ignore:
Timestamp:
09/25/10 10:02:23 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v85 v86  
    209209== Performance Optimisation ==
    210210 * Disable DB migrations in {{{000_config.py}}}: deployment_settings.base.migrate = False
     211 * Bytecode compile the application:
     212{{{
     213w2p
     214from gluon.admin import *
     215app_compile("eden", request)
     216}}}
    211217 * Disable DB prepopulation in {{{000_config.py}}}: deployment_settings.base.prepopulate = False
    212218 * Use MySQL or PostgreSQL instead of SQLite
     
    222228 * Set Expires on static files in Apache
    223229
    224  * Bytecode compile the application
    225230 * Enable caching
    226231  * return response.render('customview.html', data=data): http://groups.google.com/group/web2py/msg/39210d40d8a729c0