I have installed the module that comes with Drupal 8.1.8. My installation for authenticated users is very slow. After enabling the module I haven't noticed any improvement at all. How can I know if it's working? Is it necessary to set any configuration?

Comments

taote created an issue. See original summary.

taote’s picture

Title: How can I know if is working? » How can I know if it's working?
Wim Leers’s picture

Status: Active » Postponed (maintainer needs more info)

Install the https://www.drupal.org/project/big_pipe_demo module. This will give you blocks like the ones at http://bigpipe.demo.wimleers.com/. For each of those blocks, you can specify the duration: how long it takes to render that block. For example, 2 seconds.

Those blocks should then show up about 2 seconds after the rest of the page has been rendered.

In other words: if that doesn't work like http://bigpipe.demo.wimleers.com/ works for you, then there is indeed a problem. The problem is then that your server has buffering enabled. See https://www.drupal.org/documentation/modules/big_pipe/environment in that case.

Wim Leers’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.