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
Oh, yes, you're right. The way the option was described it sounded like "the user has a role that is not one of this list", which is not the same thing at all. But the SQL it generated (I...
Views: list users that do not have a particular role
Afaik when you use "is none of" [selected roles] it will show only those who don't have the selected role(s).
Views: list users that do not have a particular role
I'm reposting AND expanding my answer here: As you noticed, enabling column sorting in Format > Settings works, but selecting a sort in the "Sort Criteria" UI does not. So, the...
How to order a view by its aggregated value