Big pipe override
Categories
Component ID
2853432
Component name
Big pipe override
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
246
Component created
Component changed
Component body
This module is meant for development purposes
Some times you want to disable big pipe, for example to make sure you can set breakpoints in JS files in attached libraries. Just drop in this module and enable it in settings.php like so:
$settings['big_pipe_override_enabled'] = TRUE;
When changing this value, you should clear the cache.
