Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Filters.

Development talk:Filters: Difference between revisions

From MoodleDocs
(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...)
 
No edit summary
 
Line 1: Line 1:
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. --[[User:Howard Miller|Howard Miller]] 08:43, 30 March 2009 (UTC)
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. --[[User:Howard Miller|Howard Miller]] 08:43, 30 March 2009 (UTC)
Howard, I expect you would do better to post in GDF first to get responses, which can then be distilled here.--[[User:Tim Hunt|Tim Hunt]] 09:25, 30 March 2009 (UTC)

Latest revision as of 09:25, 30 March 2009

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)

Howard, I expect you would do better to post in GDF first to get responses, which can then be distilled here.--Tim Hunt 09:25, 30 March 2009 (UTC)