wiki:DeveloperGuidelines/Optimisation

Version 7 (modified by Fran Boon, 16 years ago) ( diff )

--

Optimisation

Writing code which runs fast.

Consider having configurations which aread from DB frequently but written-to rarely, be set in configuration files which are written-out from the DB (like the CSS from themes)

Profiling


DeveloperGuidelines

Note: See TracWiki for help on using the wiki.