Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
22.2 KB
MD5: 5ea370a36a40ec93538c17a7d5d50859
SHA-1: 7e929b9fddfb229c1b1f925f7a6febb2e3e59299
SHA-256: f5c580fdf62f7942bc8f04acd3cd5e8d4bca06ea147853f9d53097f3729e9839
Download zip
30.27 KB
MD5: b21a452550ec8014747b2e3adf5882af
SHA-1: 1de6a08c0e087ed608d8bea2d2e692b9ae3d81aa
SHA-256: 073be0de96384768cc95d35cc372a2e758a23fd5f455abe8d65a14c89425cc45
Release notes
The second release of BigPipe, one day after the 8.0.1 release.
See http://wimleers.com/blog/drupal-8-bigpipe-module-ready.
High-level changes:
- Anonymous users are now supported. BigPipe will automatically be activated for anonymous users that have a session. E.g. e-commerce sites with a shopping cart will have a session as soon as they add something to the shopping cart. BigPipe will run for those users.
- As part of the above, the installation process was also simplified. No more need to log in anew after the module is installed to benefit from BigPipe.
- Documentation added.
- Composer support:
composer.jsonadded.
Changes since 8.x-1.0-beta1:
- #2603046 by Wim Leers, Fabianx, nod_, yched: Support anonymous users
- #2624604 by Wim Leers, rakesh.gectcr: Add composer.json to module
- Follow-up for issue #2621394: whitespace fixes.
- #2623674: Document BigPipe + reverse proxy
- Follow-up for issue #2621394: improved documentation about how BigPipe works at a high level.
- #2621394: Initial README + document relation to Page Cache & Dynamic Page Cache modules