IMDb Tomatoes - improve performance
- reorganise the code to reduce the latency of the first network
request(s) from seconds to milliseconds
this typically reduces the minimum time to display the widget(s) from
DOM load time (D) (a couple of seconds) + slowest network request (N)
to max(D, N), e.g. ~4s (~2s + ~2s) -> ~2s