In Django template rendering, context processors only run once. But when we do template rendering through edxmako (which we do for each and every web fragment/XBlock), we can end up having hundreds of invocations of templates and run context processors for each separately. This removes that work.
common ------ This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.