Note: You are currently viewing documentation for Moodle 2.6. Up-to-date documentation for the latest stable version of Moodle may be available here: Filters.

Development talk:Filters

From MoodleDocs
Revision as of 08:43, 30 March 2009 by Howard Miller (talk | contribs) (New page: I'd really appreciate a bit on performance tweaks for filters from someone who really understands this. Clearly a badly written filter can burn resources. I've seen various tactics such as...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I'd really appreciate a bit on performance tweaks for filters from someone who really understands this. Clearly a badly written filter can burn resources. I've seen various tactics such as making the "cheapest" check possible at the start of the filter and also using static variables as a pseudo-cache. --Howard Miller 08:43, 30 March 2009 (UTC)