Download the PHP package getpagespeed/magento2-session-unblocker without Composer
On this page you can find all versions of the php package getpagespeed/magento2-session-unblocker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download getpagespeed/magento2-session-unblocker
More information about getpagespeed/magento2-session-unblocker
Files in getpagespeed/magento2-session-unblocker
Package magento2-session-unblocker
Short Description Module for Magento 2 that prevents session blocking between concurrent AJAX requests
License MIT
Informations about the package magento2-session-unblocker
Integer_Net Session Unblocker
This extension improves the performance of AJAX requests in Magento by reducing session locking, without having to disable locking in the cache backend (e.g. Redis)
Session locking keeps safe from race conditions from parallel requests, so disabling it completely can result in session data loss.
Instead we minimize the lock time by closing the session as soon as we have read it, if we do not need to write to it anymore.
Installation
-
Install via composer
- Enable module
Configuration
Zero configuration needed.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Magento Integration Tests
-
Configure test database in
dev/tests/integration/etc/install-config-mysql.php
. Read more in the Magento docs. -
Copy
Test/Integration/phpunit.xml.dist
from the package todev/tests/integration/phpunit.xml
in your Magento installation. - In that directory, run
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Willem Wigman
- Fabian Schmengler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of magento2-session-unblocker with dependencies
magento/module-customer Version ^101.0.0|^102.0.0|^103.0.0
magento/module-catalog Version ^101.0.0|^102.0.0|^103.0|^104.0
php Version >=7.1.0