Gateway timeouts: template loader is terribly slow
Created by: jorrandewit
Several views making use of the MailUtilsMixin
experience gateway timeouts, most probably because the template renderer is very slow. The new delayed_processing
option delays the actual template rendering to speed up the user's request.
The delayed_processing
option should be implemented onto the problematic views (eg. the submit Comment view).