Is your feature request related to a problem? Please describe.
D8 ships with https://www.drupal.org/project/big_pipe in core:
https://www.youtube.com/watch?v=JwzX0Qv6u3A
Describe the solution you'd like
I happened to come across https://github.com/turbolinks/turbolinks, which is a ~37kb js library that seems to be doing a similar thing.
Describe alternatives you've considered
There's https://www.drupal.org/project/refreshless (initially https://www.drupal.org/project/turbolinks but changed namespace after library authors' request) that implements this, but it's D8 only :
RefreshLess makes navigating your web site faster by only loading the parts that change between pages. Uses the ideas behind Turbolinks technique (pioneered by Rails). But it goes further: thanks to Drupal 8's architecture, we're able to automatically figure out which parts of a page change. So, we only need to send the parts of the page that actually change.
When clicking a link that points to a URL within the Drupal site, we then keep the current page, but just swap the parts that change between the current page and the next. This means less data on the wire, and — most importantly — less work for the browser.
Recent comments
Hello @NumerousHats, I agree with your assessment. I am looking into this situation right now. The root of this problem is that Backdrop CMS is implemented on top of a "stack" of...
Update Core and Theme via Web interface
I just installed a Backdrop CMS site with version 1.27.0. I then used the user interface to download and update Backdrop CMS to 1.30.0. After starting the update process, and on the...
1.30.0 update.php generates incorrect link
I believe my permissions are set up correctly, as I can install modules from the UI. But for whatever reason, I can't update them. I will, however, double check against that documentation.
Update Core and Theme via Web interface