|
|
|
|
|
by dorgo
1714 days ago
|
|
No. Blame browsers for not being user-agents any more. Browsers can cache websites, but only if websites tell them to do so. Users are never asked ( there is no setting ). And since websites usually don't want to be cached (for too long) browsers have to reload them ( which takes time ). Thats the reason Back-buttons are slow. Thats ( one of ) the reason(s) everybody has 100+ tabs open. SPAs and infinite scroll are (maybe) bad, but not the cause of this problem. |
|