Problem/Motivation
If you provide field based REST views you'll realize that they are quite slow, unless you have some caching for the entire result enabled.
Once you dive into it, you quickly realize, this is caused by having no row level field caching for REST views.