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
To confirm that it is ok to be deleted, I would look in the config folder for any config files with the string taxonomyextra in. If you don't find any, then yet it is probably safe to drop...
taxonomyextra table after migration from Drupal 6
Today there was finally time to delve into this issue. First I downloaded the field_data_taxonomyextra table into a spreadsheet. There is a column called Bundle, which in my case included,...
taxonomyextra table after migration from Drupal 6
Hi Enthusiast - there is work in progress on an improvement to core that I think will help this. https://github.com/backdrop/backdrop-issues/issues/4127 I don't fully understand it...
The problem of caching the pages