7
Because it recompiles the Smarty template, which theme.html is, to php code on every load. This process is not very efficient as it converts the HTML-like template into a PHP document through the Smarty engine.
So once your theme.html is as you want it, turn the setting off again and the template will only be recompiled once and for all on next request.