serviceworker-cookbook/render-store
Salvador de la Puente González 973476aee7 Add proxy to images as well 2015-12-30 12:57:02 +01:00
..
README.md Move render-store recipe to the Performance category 2015-12-11 14:56:39 -05:00
index.html Working fine 2015-12-01 19:19:53 +01:00
index.js Adding proxy to allow mixed content 2015-12-30 11:33:33 +01:00
pokemon.html Add proxy to images as well 2015-12-30 12:57:02 +01:00
pokemon.js Adding proxy to allow mixed content 2015-12-30 11:33:33 +01:00
service-worker.js Fix and nits 2015-12-01 19:19:53 +01:00

README.md

Render Store

The recipe demonstrates one recommendation from the NGA. A cache containing the interpolated templates in order to avoid model fetching and render times upon successive requests.

Difficulty

Intermediate

Use Case

As a web app developer, I want to minimize the load time for revisited resources.

Solution

Use an offline cache to store the template once it's completely rendered and use this copy upon next requests.

Category

Performance