DaveBitter / minor-webdev_performance-matters

WMTW - a single page movie suggestion app based on the TMDB-api with service worker
MIT License
0 stars 0 forks source link

Get detail data in the background on the overview page #1

Open DaveBitter opened 7 years ago

DaveBitter commented 7 years ago

The data for the overview page is different than the data for the detailpage. You could fetch the detailpage data in the background. When the user clicks on a movie, the detailpage data is already there.

DaveBitter commented 7 years ago

You could also save the overviewpage data and the detailpage data in something like Local Storage in order to reduce load times on the next visit