-
Improvement
-
Resolution: Resolved
-
Minor
-
None
-
3.2.1
-
PHP 7.1.9, MariaDB 10.0.32
I'm writing my own little minifier to reduce page load, script size, and so on.
I tried to combine external css and js scripts, but some are injected after the core.twig_environment_render_template_after event, so that it is impossible to catch them.
It would be nice to have an event that fires after the total completition of template rendering.