Open Auspicus opened 5 years ago
Related: https://github.com/Auspicus/devour-drupal/issues/1, #3
The subrequests module allows us to bundle multiple requests into a single request. This has the benefit of reducing network latency by reducing number of requests that need to be sent.
Some work was done and posted in Drupal's #contenta slack about this.
https://gist.github.com/paul-mckibben/ba4a8560e9c62738997342b5cfbd5239
Related: https://github.com/Auspicus/devour-drupal/issues/1, #3
The subrequests module allows us to bundle multiple requests into a single request. This has the benefit of reducing network latency by reducing number of requests that need to be sent.