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
Try adding to your Views page /hirek Contextual filter "Global: Null". And use a Canonical URL for all pages, which will help eliminate duplicate content for search engines.
Double Triple Category Name
thanks for the advice, I rewrote it, but I can still enter the news category in the search engine 3x 4x news/news/news/ I type as many times as I want
Double Triple Category Name
It turned out that this is not a “term”, but a “page”. Ok. If this is a content type like “News”, it is logical to use the pattern "news/[node:title]" where "news" is a list of all...
Double Triple Category Name