magento2-session-unblocker
magento2-session-unblocker copied to clipboard
Module for Magento 2 that prevents session blocking between concurrent AJAX requests
setup_version="0.0.1" is added in module.xml, however there is no database setup scripts which makes it pointless to require setup:upgrade. Removing it can save setup:upgrade when installing the module (dev/production).
Maybe it's possible to not even open it
Have a Magento Commerce 2.2 site which I just rolled out a modified version of this extension on a short while ago. Enterprise has a `banner/ajax/load` call which similarly reads...
The dependencies to `Magento_Catalog` and `Magento_Review` should be optional. The extension can be split into a base module and additional optional modules that add session classes via di.xml