After updating the Drupal 8.7.1, I'm seeing a significant increase in page responses related to 1 views block on a page. The view is a list of commerce products that just load the title. However, it looks like every entity is being loaded, rendered, and then the title is pulled out.
Blackfire profile (see timeline):
https://blackfire.io/profiles/6003723c-795b-4ce1-893c-1efb28e154b3/graph
It also seems like the view is not getting cached (or using it) as every refresh produces the same result.
Views execution times:
Query build time 8.33 ms
Query execute time 7.63 ms
View render time 2719.56 ms
Views execution times in Drupal 8.6.7 (older environment with same view config)
Query build time 4.53 ms
Query execute time 10.71 ms
View render time 66.23 ms