The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Popular Module Potentially Abandoned vv0.1.5

Integer_Net Session Unblocker

integer-net/magento2-session-unblocker

Module for Magento 2 that prevents session blocking between concurrent AJAX requests

290,418
Downloads
Below average
85
GitHub Stars
Above average
4y ago
Last Release
7
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
L5 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

vv0.1.5 on Magento 2.4.8-p3
Dec 15, 2025
vv0.1.5 on Magento 2.4.8-p2
Aug 14, 2025
vv0.1.5 on Magento 2.4.8
May 18, 2025
vv0.1.5 on Magento 2.4.7-p4
Feb 15, 2025
vv0.1.5 on Magento 2.4.7-p3
Oct 15, 2024
vv0.1.5 on Magento 2.4.7-p2
Sep 8, 2024

+4 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

Integer_Net Session Unblocker Magento compatibility status badge

README

Loaded from GitHub

Integer_Net Session Unblocker

Software License Build Status Coverage Status Quality Score

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

  1. Install via composer
    composer require integer-net/magento2-session-unblocker
    
  2. Enable module
    bin/magento setup:upgrade
    

Configuration

Zero configuration needed.

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

Magento Integration Tests

  1. Configure test database in dev/tests/integration/etc/install-config-mysql.php. Read more in the Magento docs.

  2. Copy Test/Integration/phpunit.xml.dist from the package to dev/tests/integration/phpunit.xml in your Magento installation.

  3. In that directory, run

    ../../../vendor/bin/phpunit
    

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email fs@integer-net.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules