Caches views rendered by the React rendering process (using a cache key based on the component name and props). This should be a quick fix for load speed on the homepage.
For context, New Relic shows the round-trip time of requesting a rendered React view is about 800ms which is pretty rough. The actual render (without the HTTP request) takes about 25ms so hopefully we can improve that...
Changes
For context, New Relic shows the round-trip time of requesting a rendered React view is about 800ms which is pretty rough. The actual render (without the HTTP request) takes about 25ms so hopefully we can improve that...
For review: @angaither